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