#[non_exhaustive]pub struct NamespaceKey(/* private fields */);Implementations§
Source§impl NamespaceKey
impl NamespaceKey
Trait Implementations§
Source§impl Borrow<str> for NamespaceKey
impl Borrow<str> for NamespaceKey
Source§impl Clone for NamespaceKey
impl Clone for NamespaceKey
Source§fn clone(&self) -> NamespaceKey
fn clone(&self) -> NamespaceKey
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 NamespaceKey
impl Debug for NamespaceKey
Source§impl Display for NamespaceKey
impl Display for NamespaceKey
Source§impl Hash for NamespaceKey
impl Hash for NamespaceKey
Source§impl Ord for NamespaceKey
impl Ord for NamespaceKey
Source§fn cmp(&self, other: &NamespaceKey) -> Ordering
fn cmp(&self, other: &NamespaceKey) -> 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 NamespaceKey
impl PartialEq for NamespaceKey
Source§fn eq(&self, other: &NamespaceKey) -> bool
fn eq(&self, other: &NamespaceKey) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for NamespaceKey
impl PartialOrd for NamespaceKey
Source§impl TryFrom<&str> for NamespaceKey
impl TryFrom<&str> for NamespaceKey
impl Eq for NamespaceKey
impl StructuralPartialEq for NamespaceKey
Auto Trait Implementations§
impl Freeze for NamespaceKey
impl RefUnwindSafe for NamespaceKey
impl Send for NamespaceKey
impl Sync for NamespaceKey
impl Unpin for NamespaceKey
impl UnsafeUnpin for NamespaceKey
impl UnwindSafe for NamespaceKey
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