pub enum EncodeFrameError {
SerializationError(Error),
}Variants§
Trait Implementations§
Source§impl Debug for EncodeFrameError
impl Debug for EncodeFrameError
Source§impl From<Error> for EncodeFrameError
impl From<Error> for EncodeFrameError
Source§impl PartialEq for EncodeFrameError
impl PartialEq for EncodeFrameError
Source§fn eq(&self, other: &EncodeFrameError) -> bool
fn eq(&self, other: &EncodeFrameError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EncodeFrameError
Auto Trait Implementations§
impl Freeze for EncodeFrameError
impl RefUnwindSafe for EncodeFrameError
impl Send for EncodeFrameError
impl Sync for EncodeFrameError
impl Unpin for EncodeFrameError
impl UnsafeUnpin for EncodeFrameError
impl UnwindSafe for EncodeFrameError
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