pub enum AsyncOperationKind {
Ability,
SubAgent,
Shell,
Media,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AsyncOperationKind
impl Clone for AsyncOperationKind
Source§fn clone(&self) -> AsyncOperationKind
fn clone(&self) -> AsyncOperationKind
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 AsyncOperationKind
Source§impl Debug for AsyncOperationKind
impl Debug for AsyncOperationKind
Source§impl<'de> Deserialize<'de> for AsyncOperationKind
impl<'de> Deserialize<'de> for AsyncOperationKind
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 AsyncOperationKind
Source§impl Hash for AsyncOperationKind
impl Hash for AsyncOperationKind
Source§impl PartialEq for AsyncOperationKind
impl PartialEq for AsyncOperationKind
Source§fn eq(&self, other: &AsyncOperationKind) -> bool
fn eq(&self, other: &AsyncOperationKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AsyncOperationKind
impl Serialize for AsyncOperationKind
impl StructuralPartialEq for AsyncOperationKind
Auto Trait Implementations§
impl Freeze for AsyncOperationKind
impl RefUnwindSafe for AsyncOperationKind
impl Send for AsyncOperationKind
impl Sync for AsyncOperationKind
impl Unpin for AsyncOperationKind
impl UnsafeUnpin for AsyncOperationKind
impl UnwindSafe for AsyncOperationKind
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