Struct domain::base::name::LongChainError
source · 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 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 LongChainError
impl Debug for LongChainError
source§impl Display for LongChainError
impl Display for LongChainError
source§impl Error for LongChainError
impl Error for LongChainError
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 PartialEq<LongChainError> for LongChainError
impl PartialEq<LongChainError> for LongChainError
source§fn eq(&self, other: &LongChainError) -> bool
fn eq(&self, other: &LongChainError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LongChainError
impl Eq for LongChainError
impl StructuralEq for LongChainError
impl StructuralPartialEq for LongChainError
Auto Trait Implementations§
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
source§impl<Source, Target> OctetsInto<Target> for Sourcewhere
Target: OctetsFrom<Source>,
impl<Source, Target> OctetsInto<Target> for Sourcewhere Target: OctetsFrom<Source>,
type Error = <Target as OctetsFrom<Source>>::Error
source§fn try_octets_into(
self
) -> Result<Target, <Source as OctetsInto<Target>>::Error>
fn try_octets_into( self ) -> Result<Target, <Source as OctetsInto<Target>>::Error>
Performs the conversion.
source§fn octets_into(self) -> Targetwhere
Self::Error: Into<Infallible>,
fn octets_into(self) -> Targetwhere Self::Error: Into<Infallible>,
Performs an infallible conversion.