Enum dnstplib::string::DomainDecodeError
source · pub enum DomainDecodeError {
UTF8Parse,
URLDecode,
}
Variants§
Trait Implementations§
source§impl Clone for DomainDecodeError
impl Clone for DomainDecodeError
source§fn clone(&self) -> DomainDecodeError
fn clone(&self) -> DomainDecodeError
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 DomainDecodeError
impl Debug for DomainDecodeError
source§impl Ord for DomainDecodeError
impl Ord for DomainDecodeError
source§fn cmp(&self, other: &DomainDecodeError) -> Ordering
fn cmp(&self, other: &DomainDecodeError) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for DomainDecodeError
impl PartialEq for DomainDecodeError
source§fn eq(&self, other: &DomainDecodeError) -> bool
fn eq(&self, other: &DomainDecodeError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DomainDecodeError
impl PartialOrd for DomainDecodeError
source§fn partial_cmp(&self, other: &DomainDecodeError) -> Option<Ordering>
fn partial_cmp(&self, other: &DomainDecodeError) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for DomainDecodeError
impl Eq for DomainDecodeError
impl StructuralPartialEq for DomainDecodeError
Auto Trait Implementations§
impl Freeze for DomainDecodeError
impl RefUnwindSafe for DomainDecodeError
impl Send for DomainDecodeError
impl Sync for DomainDecodeError
impl Unpin for DomainDecodeError
impl UnwindSafe for DomainDecodeError
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