pub enum CommandMode {
Foreground,
Background,
}Variants§
Trait Implementations§
Source§impl Clone for CommandMode
impl Clone for CommandMode
Source§fn clone(&self) -> CommandMode
fn clone(&self) -> CommandMode
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 CommandMode
impl Debug for CommandMode
Source§impl Default for CommandMode
impl Default for CommandMode
Source§fn default() -> CommandMode
fn default() -> CommandMode
Returns the “default value” for a type. Read more
Source§impl PartialEq for CommandMode
impl PartialEq for CommandMode
impl Copy for CommandMode
impl Eq for CommandMode
impl StructuralPartialEq for CommandMode
Auto Trait Implementations§
impl Freeze for CommandMode
impl RefUnwindSafe for CommandMode
impl Send for CommandMode
impl Sync for CommandMode
impl Unpin for CommandMode
impl UnwindSafe for CommandMode
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