struct BytePP(usize);Tuple Fields§
§0: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for BytePP
impl RefUnwindSafe for BytePP
impl Send for BytePP
impl Sync for BytePP
impl Unpin for BytePP
impl UnwindSafe for BytePP
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more