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