pub enum ActionCompletionMode {
individual,
grouped,
}
Variants§
Trait Implementations§
Source§impl Clone for ActionCompletionMode
impl Clone for ActionCompletionMode
Source§fn clone(&self) -> ActionCompletionMode
fn clone(&self) -> ActionCompletionMode
Returns a duplicate of the value. Read more
1.0.0 · 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 ActionCompletionMode
impl Debug for ActionCompletionMode
Source§impl<'de> Deserialize<'de> for ActionCompletionMode
impl<'de> Deserialize<'de> for ActionCompletionMode
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
Source§impl Enum for ActionCompletionMode
impl Enum for ActionCompletionMode
Source§impl FromStr for ActionCompletionMode
impl FromStr for ActionCompletionMode
Source§impl Hash for ActionCompletionMode
impl Hash for ActionCompletionMode
Source§impl Ord for ActionCompletionMode
impl Ord for ActionCompletionMode
Source§fn cmp(&self, other: &ActionCompletionMode) -> Ordering
fn cmp(&self, other: &ActionCompletionMode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ActionCompletionMode
impl PartialEq for ActionCompletionMode
Source§impl PartialOrd for ActionCompletionMode
impl PartialOrd for ActionCompletionMode
Source§impl Serialize for ActionCompletionMode
impl Serialize for ActionCompletionMode
impl Copy for ActionCompletionMode
impl Eq for ActionCompletionMode
impl StructuralPartialEq for ActionCompletionMode
Auto Trait Implementations§
impl Freeze for ActionCompletionMode
impl RefUnwindSafe for ActionCompletionMode
impl Send for ActionCompletionMode
impl Sync for ActionCompletionMode
impl Unpin for ActionCompletionMode
impl UnwindSafe for ActionCompletionMode
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