pub struct InvalidUFrameControlFields;Expand description
SNAFU context selector for the Error::InvalidUFrameControlFields variant
Implementations§
Trait Implementations§
Source§impl Clone for InvalidUFrameControlFields
impl Clone for InvalidUFrameControlFields
Source§fn clone(&self) -> InvalidUFrameControlFields
fn clone(&self) -> InvalidUFrameControlFields
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 InvalidUFrameControlFields
impl Debug for InvalidUFrameControlFields
Source§impl IntoError<Error> for InvalidUFrameControlFields
impl IntoError<Error> for InvalidUFrameControlFields
impl Copy for InvalidUFrameControlFields
Auto Trait Implementations§
impl Freeze for InvalidUFrameControlFields
impl RefUnwindSafe for InvalidUFrameControlFields
impl Send for InvalidUFrameControlFields
impl Sync for InvalidUFrameControlFields
impl Unpin for InvalidUFrameControlFields
impl UnsafeUnpin for InvalidUFrameControlFields
impl UnwindSafe for InvalidUFrameControlFields
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