pub struct MembershipListId(/* private fields */);Trait Implementations§
Source§impl AsRef<Url> for MembershipListId
impl AsRef<Url> for MembershipListId
Source§impl Clone for MembershipListId
impl Clone for MembershipListId
Source§fn clone(&self) -> MembershipListId
fn clone(&self) -> MembershipListId
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 MembershipListId
impl Debug for MembershipListId
Source§impl<'de> Deserialize<'de> for MembershipListId
impl<'de> Deserialize<'de> for MembershipListId
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 MembershipListId
impl Display for MembershipListId
Source§impl From<MembershipListId> for Url
impl From<MembershipListId> for Url
Source§fn from(value: MembershipListId) -> Self
fn from(value: MembershipListId) -> Self
Converts to this type from the input type.
Source§impl From<Url> for MembershipListId
impl From<Url> for MembershipListId
Source§impl FromStr for MembershipListId
impl FromStr for MembershipListId
Source§impl Hash for MembershipListId
impl Hash for MembershipListId
Source§impl Ord for MembershipListId
impl Ord for MembershipListId
Source§fn cmp(&self, other: &MembershipListId) -> Ordering
fn cmp(&self, other: &MembershipListId) -> 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 MembershipListId
impl PartialEq for MembershipListId
Source§impl PartialOrd for MembershipListId
impl PartialOrd for MembershipListId
Source§impl Serialize for MembershipListId
impl Serialize for MembershipListId
impl Eq for MembershipListId
impl StructuralPartialEq for MembershipListId
Auto Trait Implementations§
impl Freeze for MembershipListId
impl RefUnwindSafe for MembershipListId
impl Send for MembershipListId
impl Sync for MembershipListId
impl Unpin for MembershipListId
impl UnwindSafe for MembershipListId
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