pub struct RxErrors { /* private fields */ }Expand description
RX error structure which tracks if an error has occurred.
Implementations§
Trait Implementations§
impl Copy for RxErrors
impl Eq for RxErrors
impl StructuralPartialEq for RxErrors
Auto Trait Implementations§
impl Freeze for RxErrors
impl RefUnwindSafe for RxErrors
impl Send for RxErrors
impl Sync for RxErrors
impl Unpin for RxErrors
impl UnwindSafe for RxErrors
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