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