pub enum CommandResultDisplay {
Skip,
System,
User,
}Expand description
How to display command result
Variants§
Trait Implementations§
Source§impl Clone for CommandResultDisplay
impl Clone for CommandResultDisplay
Source§fn clone(&self) -> CommandResultDisplay
fn clone(&self) -> CommandResultDisplay
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 CommandResultDisplay
impl Debug for CommandResultDisplay
Source§impl<'de> Deserialize<'de> for CommandResultDisplay
impl<'de> Deserialize<'de> for CommandResultDisplay
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 PartialEq for CommandResultDisplay
impl PartialEq for CommandResultDisplay
Source§impl Serialize for CommandResultDisplay
impl Serialize for CommandResultDisplay
impl Copy for CommandResultDisplay
impl StructuralPartialEq for CommandResultDisplay
Auto Trait Implementations§
impl Freeze for CommandResultDisplay
impl RefUnwindSafe for CommandResultDisplay
impl Send for CommandResultDisplay
impl Sync for CommandResultDisplay
impl Unpin for CommandResultDisplay
impl UnsafeUnpin for CommandResultDisplay
impl UnwindSafe for CommandResultDisplay
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