pub enum FrameFormatKind {
InvalidHeader,
InvalidFormat,
UnexpectedResponse,
}Variants§
Trait Implementations§
Source§impl Clone for FrameFormatKind
impl Clone for FrameFormatKind
Source§fn clone(&self) -> FrameFormatKind
fn clone(&self) -> FrameFormatKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FrameFormatKind
Source§impl Debug for FrameFormatKind
impl Debug for FrameFormatKind
Source§impl Display for FrameFormatKind
impl Display for FrameFormatKind
impl Eq for FrameFormatKind
Source§impl PartialEq for FrameFormatKind
impl PartialEq for FrameFormatKind
Source§fn eq(&self, other: &FrameFormatKind) -> bool
fn eq(&self, other: &FrameFormatKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FrameFormatKind
Auto Trait Implementations§
impl Freeze for FrameFormatKind
impl RefUnwindSafe for FrameFormatKind
impl Send for FrameFormatKind
impl Sync for FrameFormatKind
impl Unpin for FrameFormatKind
impl UnsafeUnpin for FrameFormatKind
impl UnwindSafe for FrameFormatKind
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