pub struct ZbusErr { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl From<RecvTimeoutError> for ZbusErr
impl From<RecvTimeoutError> for ZbusErr
Source§fn from(err: RecvTimeoutError) -> Self
fn from(err: RecvTimeoutError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ZbusErr
impl !RefUnwindSafe for ZbusErr
impl Send for ZbusErr
impl Sync for ZbusErr
impl Unpin for ZbusErr
impl !UnwindSafe for ZbusErr
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