pub enum ActivateOperation {
Install,
Update,
Repair,
}Variants§
Trait Implementations§
Source§impl Clone for ActivateOperation
impl Clone for ActivateOperation
Source§fn clone(&self) -> ActivateOperation
fn clone(&self) -> ActivateOperation
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 Debug for ActivateOperation
impl Debug for ActivateOperation
Source§impl PartialEq for ActivateOperation
impl PartialEq for ActivateOperation
Source§impl ValueEnum for ActivateOperation
impl ValueEnum for ActivateOperation
impl Copy for ActivateOperation
impl Eq for ActivateOperation
impl StructuralPartialEq for ActivateOperation
Auto Trait Implementations§
impl Freeze for ActivateOperation
impl RefUnwindSafe for ActivateOperation
impl Send for ActivateOperation
impl Sync for ActivateOperation
impl Unpin for ActivateOperation
impl UnsafeUnpin for ActivateOperation
impl UnwindSafe for ActivateOperation
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