pub struct MonitorWrapper { /* private fields */ }Trait Implementations§
Source§impl ExternType for MonitorWrapper
impl ExternType for MonitorWrapper
impl UniquePtrTarget for MonitorWrapper
Auto Trait Implementations§
impl !Freeze for MonitorWrapper
impl RefUnwindSafe for MonitorWrapper
impl !Send for MonitorWrapper
impl !Sync for MonitorWrapper
impl !Unpin for MonitorWrapper
impl UnsafeUnpin for MonitorWrapper
impl UnwindSafe for MonitorWrapper
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