pub struct WitNamespace(/* private fields */);Implementations§
Source§impl WitNamespace
impl WitNamespace
Trait Implementations§
Source§impl AsRef<str> for WitNamespace
impl AsRef<str> for WitNamespace
Source§impl Clone for WitNamespace
impl Clone for WitNamespace
Source§fn clone(&self) -> WitNamespace
fn clone(&self) -> WitNamespace
Returns a duplicate of the value. Read more
1.0.0 · 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 WitNamespace
impl Debug for WitNamespace
Source§impl Display for WitNamespace
impl Display for WitNamespace
Source§impl FromStr for WitNamespace
impl FromStr for WitNamespace
Source§impl Hash for WitNamespace
impl Hash for WitNamespace
Source§impl Ord for WitNamespace
impl Ord for WitNamespace
Source§fn cmp(&self, other: &WitNamespace) -> Ordering
fn cmp(&self, other: &WitNamespace) -> 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 WitNamespace
impl PartialEq for WitNamespace
Source§impl PartialOrd for WitNamespace
impl PartialOrd for WitNamespace
Source§impl TryFrom<&str> for WitNamespace
impl TryFrom<&str> for WitNamespace
impl Eq for WitNamespace
impl StructuralPartialEq for WitNamespace
Auto Trait Implementations§
impl Freeze for WitNamespace
impl RefUnwindSafe for WitNamespace
impl Send for WitNamespace
impl Sync for WitNamespace
impl Unpin for WitNamespace
impl UnsafeUnpin for WitNamespace
impl UnwindSafe for WitNamespace
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