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