pub enum InterfaceSettingChange {
Set(InterfaceSetting),
Remove(InterfaceSettingKey),
}Variants§
Set(InterfaceSetting)
Remove(InterfaceSettingKey)
Trait Implementations§
Source§impl Clone for InterfaceSettingChange
impl Clone for InterfaceSettingChange
Source§fn clone(&self) -> InterfaceSettingChange
fn clone(&self) -> InterfaceSettingChange
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 InterfaceSettingChange
impl Debug for InterfaceSettingChange
Source§impl PartialEq for InterfaceSettingChange
impl PartialEq for InterfaceSettingChange
impl StructuralPartialEq for InterfaceSettingChange
Auto Trait Implementations§
impl Freeze for InterfaceSettingChange
impl RefUnwindSafe for InterfaceSettingChange
impl Send for InterfaceSettingChange
impl Sync for InterfaceSettingChange
impl Unpin for InterfaceSettingChange
impl UnsafeUnpin for InterfaceSettingChange
impl UnwindSafe for InterfaceSettingChange
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