pub enum ProgressAction {
Continue,
Cancel,
}
Available on little-endian only.
Expand description
§Progress Action
Variants§
Trait Implementations§
Source§impl Clone for ProgressAction
impl Clone for ProgressAction
Source§fn clone(&self) -> ProgressAction
fn clone(&self) -> ProgressAction
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 ProgressAction
impl Debug for ProgressAction
Source§impl Hash for ProgressAction
impl Hash for ProgressAction
Source§impl Ord for ProgressAction
impl Ord for ProgressAction
Source§fn cmp(&self, other: &ProgressAction) -> Ordering
fn cmp(&self, other: &ProgressAction) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ProgressAction
impl PartialEq for ProgressAction
Source§impl PartialOrd for ProgressAction
impl PartialOrd for ProgressAction
impl Copy for ProgressAction
impl Eq for ProgressAction
impl StructuralPartialEq for ProgressAction
Auto Trait Implementations§
impl Freeze for ProgressAction
impl RefUnwindSafe for ProgressAction
impl Send for ProgressAction
impl Sync for ProgressAction
impl Unpin for ProgressAction
impl UnwindSafe for ProgressAction
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