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