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