pub enum PersonNamespaceUrl {
Identifier,
}Variants§
Identifier
Trait Implementations§
Source§impl Clone for PersonNamespaceUrl
impl Clone for PersonNamespaceUrl
Source§fn clone(&self) -> PersonNamespaceUrl
fn clone(&self) -> PersonNamespaceUrl
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PersonNamespaceUrl
impl Debug for PersonNamespaceUrl
Source§impl<'de> Deserialize<'de> for PersonNamespaceUrl
impl<'de> Deserialize<'de> for PersonNamespaceUrl
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
impl Eq for PersonNamespaceUrl
Source§impl Hash for PersonNamespaceUrl
impl Hash for PersonNamespaceUrl
Source§impl Ord for PersonNamespaceUrl
impl Ord for PersonNamespaceUrl
Source§fn cmp(&self, other: &PersonNamespaceUrl) -> Ordering
fn cmp(&self, other: &PersonNamespaceUrl) -> Ordering
1.21.0 (const: unstable) · 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 PersonNamespaceUrl
impl PartialEq for PersonNamespaceUrl
Source§fn eq(&self, other: &PersonNamespaceUrl) -> bool
fn eq(&self, other: &PersonNamespaceUrl) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PersonNamespaceUrl
impl PartialOrd for PersonNamespaceUrl
Source§impl Serialize for PersonNamespaceUrl
impl Serialize for PersonNamespaceUrl
impl StructuralPartialEq for PersonNamespaceUrl
Auto Trait Implementations§
impl Freeze for PersonNamespaceUrl
impl RefUnwindSafe for PersonNamespaceUrl
impl Send for PersonNamespaceUrl
impl Sync for PersonNamespaceUrl
impl Unpin for PersonNamespaceUrl
impl UnsafeUnpin for PersonNamespaceUrl
impl UnwindSafe for PersonNamespaceUrl
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