pub struct PersonListId(/* private fields */);Trait Implementations§
Source§impl AsRef<Url> for PersonListId
impl AsRef<Url> for PersonListId
Source§impl Clone for PersonListId
impl Clone for PersonListId
Source§fn clone(&self) -> PersonListId
fn clone(&self) -> PersonListId
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PersonListId
impl Debug for PersonListId
Source§impl<'de> Deserialize<'de> for PersonListId
impl<'de> Deserialize<'de> for PersonListId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for PersonListId
impl Display for PersonListId
Source§impl From<PersonListId> for Url
impl From<PersonListId> for Url
Source§fn from(value: PersonListId) -> Self
fn from(value: PersonListId) -> Self
Converts to this type from the input type.
Source§impl From<Url> for PersonListId
impl From<Url> for PersonListId
Source§impl FromStr for PersonListId
impl FromStr for PersonListId
Source§impl Hash for PersonListId
impl Hash for PersonListId
Source§impl Ord for PersonListId
impl Ord for PersonListId
Source§fn cmp(&self, other: &PersonListId) -> Ordering
fn cmp(&self, other: &PersonListId) -> 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 PersonListId
impl PartialEq for PersonListId
Source§impl PartialOrd for PersonListId
impl PartialOrd for PersonListId
Source§impl Serialize for PersonListId
impl Serialize for PersonListId
impl Eq for PersonListId
impl StructuralPartialEq for PersonListId
Auto Trait Implementations§
impl Freeze for PersonListId
impl RefUnwindSafe for PersonListId
impl Send for PersonListId
impl Sync for PersonListId
impl Unpin for PersonListId
impl UnwindSafe for PersonListId
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