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