pub enum PluginActionOutcome {
Completed,
Cancelled,
Failed,
}Variants§
Trait Implementations§
Source§impl Clone for PluginActionOutcome
impl Clone for PluginActionOutcome
Source§fn clone(&self) -> PluginActionOutcome
fn clone(&self) -> PluginActionOutcome
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 PluginActionOutcome
Source§impl Debug for PluginActionOutcome
impl Debug for PluginActionOutcome
Source§impl<'de> Deserialize<'de> for PluginActionOutcome
impl<'de> Deserialize<'de> for PluginActionOutcome
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 PluginActionOutcome
Source§impl PartialEq for PluginActionOutcome
impl PartialEq for PluginActionOutcome
Source§impl Serialize for PluginActionOutcome
impl Serialize for PluginActionOutcome
impl StructuralPartialEq for PluginActionOutcome
Auto Trait Implementations§
impl Freeze for PluginActionOutcome
impl RefUnwindSafe for PluginActionOutcome
impl Send for PluginActionOutcome
impl Sync for PluginActionOutcome
impl Unpin for PluginActionOutcome
impl UnsafeUnpin for PluginActionOutcome
impl UnwindSafe for PluginActionOutcome
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