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