pub enum ErrorNamespaceUrl {
Identifier,
}Variants§
Identifier
Trait Implementations§
Source§impl Clone for ErrorNamespaceUrl
impl Clone for ErrorNamespaceUrl
Source§fn clone(&self) -> ErrorNamespaceUrl
fn clone(&self) -> ErrorNamespaceUrl
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 ErrorNamespaceUrl
impl Debug for ErrorNamespaceUrl
Source§impl<'de> Deserialize<'de> for ErrorNamespaceUrl
impl<'de> Deserialize<'de> for ErrorNamespaceUrl
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 Hash for ErrorNamespaceUrl
impl Hash for ErrorNamespaceUrl
Source§impl Ord for ErrorNamespaceUrl
impl Ord for ErrorNamespaceUrl
Source§fn cmp(&self, other: &ErrorNamespaceUrl) -> Ordering
fn cmp(&self, other: &ErrorNamespaceUrl) -> 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 ErrorNamespaceUrl
impl PartialEq for ErrorNamespaceUrl
Source§impl PartialOrd for ErrorNamespaceUrl
impl PartialOrd for ErrorNamespaceUrl
Source§impl Serialize for ErrorNamespaceUrl
impl Serialize for ErrorNamespaceUrl
impl Eq for ErrorNamespaceUrl
impl StructuralPartialEq for ErrorNamespaceUrl
Auto Trait Implementations§
impl Freeze for ErrorNamespaceUrl
impl RefUnwindSafe for ErrorNamespaceUrl
impl Send for ErrorNamespaceUrl
impl Sync for ErrorNamespaceUrl
impl Unpin for ErrorNamespaceUrl
impl UnwindSafe for ErrorNamespaceUrl
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