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