pub struct RxErrorsCounted { /* private fields */ }Expand description
RX error structure.
Implementations§
Source§impl RxErrorsCounted
impl RxErrorsCounted
Sourcepub fn has_errors(&self) -> bool
pub fn has_errors(&self) -> bool
Some error has occurred.
Trait Implementations§
Source§impl Clone for RxErrorsCounted
impl Clone for RxErrorsCounted
Source§fn clone(&self) -> RxErrorsCounted
fn clone(&self) -> RxErrorsCounted
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RxErrorsCounted
impl Debug for RxErrorsCounted
Source§impl Default for RxErrorsCounted
impl Default for RxErrorsCounted
Source§fn default() -> RxErrorsCounted
fn default() -> RxErrorsCounted
Returns the “default value” for a type. Read more
Source§impl PartialEq for RxErrorsCounted
impl PartialEq for RxErrorsCounted
impl Copy for RxErrorsCounted
impl Eq for RxErrorsCounted
impl StructuralPartialEq for RxErrorsCounted
Auto Trait Implementations§
impl Freeze for RxErrorsCounted
impl RefUnwindSafe for RxErrorsCounted
impl Send for RxErrorsCounted
impl Sync for RxErrorsCounted
impl Unpin for RxErrorsCounted
impl UnwindSafe for RxErrorsCounted
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