pub struct Suffix<'a> { /* private fields */ }
Expand description
The suffix of a domain name
Implementations§
Trait Implementations§
source§impl Ord for Suffix<'_>
impl Ord for Suffix<'_>
source§impl PartialEq<&[u8]> for Suffix<'_>
impl PartialEq<&[u8]> for Suffix<'_>
source§impl PartialEq<&str> for Suffix<'_>
impl PartialEq<&str> for Suffix<'_>
source§impl PartialEq for Suffix<'_>
impl PartialEq for Suffix<'_>
source§impl PartialOrd for Suffix<'_>
impl PartialOrd for Suffix<'_>
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<'a> Copy for Suffix<'a>
impl<'a> Eq for Suffix<'a>
Auto Trait Implementations§
impl<'a> Freeze for Suffix<'a>
impl<'a> RefUnwindSafe for Suffix<'a>
impl<'a> Send for Suffix<'a>
impl<'a> Sync for Suffix<'a>
impl<'a> Unpin for Suffix<'a>
impl<'a> UnwindSafe for Suffix<'a>
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