pub enum ActivityProgress {
Initialized,
Started,
InProgress,
Submitted,
Completed,
}Variants§
Trait Implementations§
Source§impl Clone for ActivityProgress
impl Clone for ActivityProgress
Source§fn clone(&self) -> ActivityProgress
fn clone(&self) -> ActivityProgress
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 ActivityProgress
impl Debug for ActivityProgress
Source§impl<'de> Deserialize<'de> for ActivityProgress
impl<'de> Deserialize<'de> for ActivityProgress
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ActivityProgress
impl PartialEq for ActivityProgress
Source§impl Serialize for ActivityProgress
impl Serialize for ActivityProgress
impl StructuralPartialEq for ActivityProgress
Auto Trait Implementations§
impl Freeze for ActivityProgress
impl RefUnwindSafe for ActivityProgress
impl Send for ActivityProgress
impl Sync for ActivityProgress
impl Unpin for ActivityProgress
impl UnwindSafe for ActivityProgress
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