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