pub enum LocationNamespaceUrl {
Identifier,
}Variants§
Identifier
Trait Implementations§
Source§impl Clone for LocationNamespaceUrl
impl Clone for LocationNamespaceUrl
Source§fn clone(&self) -> LocationNamespaceUrl
fn clone(&self) -> LocationNamespaceUrl
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 LocationNamespaceUrl
impl Debug for LocationNamespaceUrl
Source§impl<'de> Deserialize<'de> for LocationNamespaceUrl
impl<'de> Deserialize<'de> for LocationNamespaceUrl
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 LocationNamespaceUrl
Source§impl Hash for LocationNamespaceUrl
impl Hash for LocationNamespaceUrl
Source§impl Ord for LocationNamespaceUrl
impl Ord for LocationNamespaceUrl
Source§fn cmp(&self, other: &LocationNamespaceUrl) -> Ordering
fn cmp(&self, other: &LocationNamespaceUrl) -> 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 LocationNamespaceUrl
impl PartialEq for LocationNamespaceUrl
Source§fn eq(&self, other: &LocationNamespaceUrl) -> bool
fn eq(&self, other: &LocationNamespaceUrl) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for LocationNamespaceUrl
impl PartialOrd for LocationNamespaceUrl
Source§impl Serialize for LocationNamespaceUrl
impl Serialize for LocationNamespaceUrl
impl StructuralPartialEq for LocationNamespaceUrl
Auto Trait Implementations§
impl Freeze for LocationNamespaceUrl
impl RefUnwindSafe for LocationNamespaceUrl
impl Send for LocationNamespaceUrl
impl Sync for LocationNamespaceUrl
impl Unpin for LocationNamespaceUrl
impl UnsafeUnpin for LocationNamespaceUrl
impl UnwindSafe for LocationNamespaceUrl
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