pub struct LongLabelError;Expand description
A label was longer than the allowed 63 bytes.
Trait Implementations§
Source§impl Clone for LongLabelError
impl Clone for LongLabelError
Source§fn clone(&self) -> LongLabelError
fn clone(&self) -> LongLabelError
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 LongLabelError
impl Debug for LongLabelError
Source§impl Display for LongLabelError
impl Display for LongLabelError
Source§impl Fail for LongLabelError
impl Fail for LongLabelError
Source§fn cause(&self) -> Option<&dyn Fail>
fn cause(&self) -> Option<&dyn Fail>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
Source§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace carried by this failure, if it
carries one. Read moreSource§impl PartialEq for LongLabelError
impl PartialEq for LongLabelError
impl Copy for LongLabelError
impl Eq for LongLabelError
impl StructuralPartialEq for LongLabelError
Auto Trait Implementations§
impl Freeze for LongLabelError
impl RefUnwindSafe for LongLabelError
impl Send for LongLabelError
impl Sync for LongLabelError
impl Unpin for LongLabelError
impl UnwindSafe for LongLabelError
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