pub enum LabelTryFromOctetsError {
TooLong,
}
Expand description
Errors that can arise when converting a [u8]
into a Label
.
Variants§
TooLong
Trait Implementations§
Source§impl Clone for LabelTryFromOctetsError
impl Clone for LabelTryFromOctetsError
Source§fn clone(&self) -> LabelTryFromOctetsError
fn clone(&self) -> LabelTryFromOctetsError
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 LabelTryFromOctetsError
impl Debug for LabelTryFromOctetsError
Source§impl Hash for LabelTryFromOctetsError
impl Hash for LabelTryFromOctetsError
Source§impl PartialEq for LabelTryFromOctetsError
impl PartialEq for LabelTryFromOctetsError
impl Copy for LabelTryFromOctetsError
impl Eq for LabelTryFromOctetsError
impl StructuralPartialEq for LabelTryFromOctetsError
Auto Trait Implementations§
impl Freeze for LabelTryFromOctetsError
impl RefUnwindSafe for LabelTryFromOctetsError
impl Send for LabelTryFromOctetsError
impl Sync for LabelTryFromOctetsError
impl Unpin for LabelTryFromOctetsError
impl UnwindSafe for LabelTryFromOctetsError
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