pub struct MTB { /* private fields */ }Expand description
MTB
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MTB
impl RefUnwindSafe for MTB
impl !Sync for MTB
impl Unpin for MTB
impl UnwindSafe for MTB
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