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