Struct publicsuffix::PrivateList
source · pub struct PrivateList(/* private fields */);
Expand description
A list of only private suffixes
Implementations§
source§impl PrivateList
impl PrivateList
Trait Implementations§
source§impl Clone for PrivateList
impl Clone for PrivateList
source§fn clone(&self) -> PrivateList
fn clone(&self) -> PrivateList
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 PrivateList
impl Debug for PrivateList
source§impl Default for PrivateList
impl Default for PrivateList
source§fn default() -> PrivateList
fn default() -> PrivateList
Returns the “default value” for a type. Read more
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 FromStr for PrivateList
impl FromStr for PrivateList
source§impl List for PrivateList
impl List for PrivateList
source§impl PartialEq for PrivateList
impl PartialEq for PrivateList
source§fn eq(&self, other: &PrivateList) -> bool
fn eq(&self, other: &PrivateList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for PrivateList
impl StructuralPartialEq for PrivateList
Auto Trait Implementations§
impl Freeze for PrivateList
impl RefUnwindSafe for PrivateList
impl Send for PrivateList
impl Sync for PrivateList
impl Unpin for PrivateList
impl UnwindSafe for PrivateList
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