pub enum ChipManagementCommand {
MapChipSettings(MapChipSettings),
SwitchChipset(SwitchChipset),
OverwriteMapChips(OverwriteMapChips),
}Variants§
Trait Implementations§
Source§impl Clone for ChipManagementCommand
impl Clone for ChipManagementCommand
Source§fn clone(&self) -> ChipManagementCommand
fn clone(&self) -> ChipManagementCommand
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 PartialEq for ChipManagementCommand
impl PartialEq for ChipManagementCommand
impl StructuralPartialEq for ChipManagementCommand
Auto Trait Implementations§
impl Freeze for ChipManagementCommand
impl RefUnwindSafe for ChipManagementCommand
impl Send for ChipManagementCommand
impl Sync for ChipManagementCommand
impl Unpin for ChipManagementCommand
impl UnwindSafe for ChipManagementCommand
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