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