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