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