pub enum TaskAgentProgressType {
Agent,
}Expand description
Progress kind
Variants§
Agent
Trait Implementations§
Source§impl Clone for TaskAgentProgressType
impl Clone for TaskAgentProgressType
Source§fn clone(&self) -> TaskAgentProgressType
fn clone(&self) -> TaskAgentProgressType
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 TaskAgentProgressType
impl Debug for TaskAgentProgressType
Source§impl Default for TaskAgentProgressType
impl Default for TaskAgentProgressType
Source§fn default() -> TaskAgentProgressType
fn default() -> TaskAgentProgressType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TaskAgentProgressType
impl<'de> Deserialize<'de> for TaskAgentProgressType
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 TaskAgentProgressType
Source§impl PartialEq for TaskAgentProgressType
impl PartialEq for TaskAgentProgressType
Source§fn eq(&self, other: &TaskAgentProgressType) -> bool
fn eq(&self, other: &TaskAgentProgressType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TaskAgentProgressType
impl Serialize for TaskAgentProgressType
impl StructuralPartialEq for TaskAgentProgressType
Auto Trait Implementations§
impl Freeze for TaskAgentProgressType
impl RefUnwindSafe for TaskAgentProgressType
impl Send for TaskAgentProgressType
impl Sync for TaskAgentProgressType
impl Unpin for TaskAgentProgressType
impl UnsafeUnpin for TaskAgentProgressType
impl UnwindSafe for TaskAgentProgressType
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