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