pub enum ChipManagementCommand {
MapChipSettings(MapChipSettings),
SwitchChipset(SwitchChipset),
OverwriteMapChips(OverwriteMapChips),
}Variants§
Trait Implementations§
Source§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