Struct publicsuffix::List
source · pub struct List { /* private fields */ }
Expand description
A dynamic public suffix list
Implementations§
Trait Implementations§
source§impl From<List> for PrivateList
impl From<List> for PrivateList
source§impl From<PrivateList> for List
impl From<PrivateList> for List
source§fn from(PrivateList: PrivateList) -> Self
fn from(PrivateList: PrivateList) -> Self
Converts to this type from the input type.
source§impl List for List
impl List for List
source§impl PartialEq for List
impl PartialEq for List
impl Eq for List
impl StructuralPartialEq for List
Auto Trait Implementations§
impl Freeze for List
impl RefUnwindSafe for List
impl Send for List
impl Sync for List
impl Unpin for List
impl UnwindSafe for List
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