pub struct LongChainError;Expand description
Chaining domain names would exceed the size limit.
Trait Implementations§
Source§impl Clone for LongChainError
impl Clone for LongChainError
Source§fn clone(&self) -> LongChainError
fn clone(&self) -> LongChainError
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 LongChainError
impl Debug for LongChainError
Source§impl Display for LongChainError
impl Display for LongChainError
Source§impl Fail for LongChainError
impl Fail for LongChainError
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 LongChainError
impl PartialEq for LongChainError
impl Copy for LongChainError
impl Eq for LongChainError
impl StructuralPartialEq for LongChainError
Auto Trait Implementations§
impl Freeze for LongChainError
impl RefUnwindSafe for LongChainError
impl Send for LongChainError
impl Sync for LongChainError
impl Unpin for LongChainError
impl UnwindSafe for LongChainError
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