pub struct UnrecognizedRejectCode(/* private fields */);Expand description
The error type for when an unrecognized reject code is encountered.
Trait Implementations§
Source§impl Clone for UnrecognizedRejectCode
impl Clone for UnrecognizedRejectCode
Source§fn clone(&self) -> UnrecognizedRejectCode
fn clone(&self) -> UnrecognizedRejectCode
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 UnrecognizedRejectCode
impl Debug for UnrecognizedRejectCode
Source§impl Display for UnrecognizedRejectCode
impl Display for UnrecognizedRejectCode
Source§impl Error for UnrecognizedRejectCode
impl Error for UnrecognizedRejectCode
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 UnrecognizedRejectCode
impl PartialEq for UnrecognizedRejectCode
impl Eq for UnrecognizedRejectCode
impl StructuralPartialEq for UnrecognizedRejectCode
Auto Trait Implementations§
impl Freeze for UnrecognizedRejectCode
impl RefUnwindSafe for UnrecognizedRejectCode
impl Send for UnrecognizedRejectCode
impl Sync for UnrecognizedRejectCode
impl Unpin for UnrecognizedRejectCode
impl UnwindSafe for UnrecognizedRejectCode
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