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