pub enum RunProgressEventType {
RunProgress,
}Variants§
RunProgress
Trait Implementations§
Source§impl Clone for RunProgressEventType
impl Clone for RunProgressEventType
Source§fn clone(&self) -> RunProgressEventType
fn clone(&self) -> RunProgressEventType
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 moreimpl Copy for RunProgressEventType
Source§impl Debug for RunProgressEventType
impl Debug for RunProgressEventType
Source§impl Default for RunProgressEventType
impl Default for RunProgressEventType
Source§fn default() -> RunProgressEventType
fn default() -> RunProgressEventType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RunProgressEventType
impl<'de> Deserialize<'de> for RunProgressEventType
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
impl Eq for RunProgressEventType
Source§impl PartialEq for RunProgressEventType
impl PartialEq for RunProgressEventType
Source§impl Serialize for RunProgressEventType
impl Serialize for RunProgressEventType
impl StructuralPartialEq for RunProgressEventType
Auto Trait Implementations§
impl Freeze for RunProgressEventType
impl RefUnwindSafe for RunProgressEventType
impl Send for RunProgressEventType
impl Sync for RunProgressEventType
impl Unpin for RunProgressEventType
impl UnsafeUnpin for RunProgressEventType
impl UnwindSafe for RunProgressEventType
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