pub struct u8_as_u3;
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for u8_as_u3
impl RefUnwindSafe for u8_as_u3
impl Send for u8_as_u3
impl Sync for u8_as_u3
impl Unpin for u8_as_u3
impl UnwindSafe for u8_as_u3
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more