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