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