Struct ssh_encoding::LabelError
source · #[non_exhaustive]pub struct LabelError { /* private fields */ }
Expand description
Errors related to labels.
Implementations§
source§impl LabelError
impl LabelError
Trait Implementations§
source§impl Clone for LabelError
impl Clone for LabelError
source§fn clone(&self) -> LabelError
fn clone(&self) -> LabelError
Returns a copy 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 LabelError
impl Debug for LabelError
source§impl Display for LabelError
impl Display for LabelError
source§impl Error for LabelError
Available on crate feature std
only.
impl Error for LabelError
Available on crate feature
std
only.1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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 From<LabelError> for Error
impl From<LabelError> for Error
source§fn from(err: LabelError) -> Error
fn from(err: LabelError) -> Error
Converts to this type from the input type.
source§impl PartialEq<LabelError> for LabelError
impl PartialEq<LabelError> for LabelError
source§fn eq(&self, other: &LabelError) -> bool
fn eq(&self, other: &LabelError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for LabelError
impl StructuralEq for LabelError
impl StructuralPartialEq for LabelError
Auto Trait Implementations§
impl RefUnwindSafe for LabelError
impl Send for LabelError
impl Sync for LabelError
impl Unpin for LabelError
impl UnwindSafe for LabelError
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