pub enum FrameErrorKind {
TooShort,
TooLong,
InvalidFormat,
InvalidUnitId,
InvalidHeader,
InvalidCrc,
UnexpectedResponse,
}
Variants§
Trait Implementations§
Source§impl Clone for FrameErrorKind
impl Clone for FrameErrorKind
Source§fn clone(&self) -> FrameErrorKind
fn clone(&self) -> FrameErrorKind
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 FrameErrorKind
impl Debug for FrameErrorKind
Source§impl Display for FrameErrorKind
impl Display for FrameErrorKind
Source§impl PartialEq for FrameErrorKind
impl PartialEq for FrameErrorKind
impl Copy for FrameErrorKind
impl Eq for FrameErrorKind
impl StructuralPartialEq for FrameErrorKind
Auto Trait Implementations§
impl Freeze for FrameErrorKind
impl RefUnwindSafe for FrameErrorKind
impl Send for FrameErrorKind
impl Sync for FrameErrorKind
impl Unpin for FrameErrorKind
impl UnwindSafe for FrameErrorKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.