Struct publicsuffix::Info
source · pub struct Info {
pub len: usize,
pub typ: Option<Type>,
}
Expand description
Information about the suffix
Fields§
§len: usize
§typ: Option<Type>
Trait Implementations§
source§impl Ord for Info
impl Ord for Info
source§impl PartialEq for Info
impl PartialEq for Info
source§impl PartialOrd for Info
impl PartialOrd for Info
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 Info
impl Eq for Info
impl StructuralPartialEq for Info
Auto Trait Implementations§
impl Freeze for Info
impl RefUnwindSafe for Info
impl Send for Info
impl Sync for Info
impl Unpin for Info
impl UnwindSafe for Info
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