pub enum AppUpdateStage {
Check,
Prompt,
Download,
Install,
}Variants§
Trait Implementations§
Source§impl Clone for AppUpdateStage
impl Clone for AppUpdateStage
Source§fn clone(&self) -> AppUpdateStage
fn clone(&self) -> AppUpdateStage
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 AppUpdateStage
impl Debug for AppUpdateStage
Source§impl PartialEq for AppUpdateStage
impl PartialEq for AppUpdateStage
Source§fn eq(&self, other: &AppUpdateStage) -> bool
fn eq(&self, other: &AppUpdateStage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AppUpdateStage
impl Eq for AppUpdateStage
impl StructuralPartialEq for AppUpdateStage
Auto Trait Implementations§
impl Freeze for AppUpdateStage
impl RefUnwindSafe for AppUpdateStage
impl Send for AppUpdateStage
impl Sync for AppUpdateStage
impl Unpin for AppUpdateStage
impl UnsafeUnpin for AppUpdateStage
impl UnwindSafe for AppUpdateStage
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