pub struct InvalidSide { /* private fields */ }Expand description
A byte that is not a legal Side (tag 54) code.
Implementations§
Trait Implementations§
Source§impl Clone for InvalidSide
impl Clone for InvalidSide
Source§fn clone(&self) -> InvalidSide
fn clone(&self) -> InvalidSide
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 InvalidSide
Source§impl Debug for InvalidSide
impl Debug for InvalidSide
Source§impl Display for InvalidSide
impl Display for InvalidSide
impl Eq for InvalidSide
Source§impl Error for InvalidSide
impl Error for InvalidSide
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for InvalidSide
impl PartialEq for InvalidSide
impl StructuralPartialEq for InvalidSide
Auto Trait Implementations§
impl Freeze for InvalidSide
impl RefUnwindSafe for InvalidSide
impl Send for InvalidSide
impl Sync for InvalidSide
impl Unpin for InvalidSide
impl UnsafeUnpin for InvalidSide
impl UnwindSafe for InvalidSide
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