pub enum RuntimeActionKind {
Stop,
Remove,
}Variants§
Trait Implementations§
Source§impl Clone for RuntimeActionKind
impl Clone for RuntimeActionKind
Source§fn clone(&self) -> RuntimeActionKind
fn clone(&self) -> RuntimeActionKind
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 RuntimeActionKind
Source§impl Debug for RuntimeActionKind
impl Debug for RuntimeActionKind
Source§impl<'de> Deserialize<'de> for RuntimeActionKind
impl<'de> Deserialize<'de> for RuntimeActionKind
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 RuntimeActionKind
Source§impl From<RuntimeActionKind> for RuntimeRequestKind
impl From<RuntimeActionKind> for RuntimeRequestKind
Source§fn from(value: RuntimeActionKind) -> Self
fn from(value: RuntimeActionKind) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RuntimeActionKind
impl PartialEq for RuntimeActionKind
Source§impl Serialize for RuntimeActionKind
impl Serialize for RuntimeActionKind
impl StructuralPartialEq for RuntimeActionKind
Auto Trait Implementations§
impl Freeze for RuntimeActionKind
impl RefUnwindSafe for RuntimeActionKind
impl Send for RuntimeActionKind
impl Sync for RuntimeActionKind
impl Unpin for RuntimeActionKind
impl UnsafeUnpin for RuntimeActionKind
impl UnwindSafe for RuntimeActionKind
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