pub struct u8_as_u1;
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for u8_as_u1
impl RefUnwindSafe for u8_as_u1
impl Send for u8_as_u1
impl Sync for u8_as_u1
impl Unpin for u8_as_u1
impl UnwindSafe for u8_as_u1
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