pub enum CommandSourceKind {
Command,
Script,
}Variants§
Trait Implementations§
Source§impl Clone for CommandSourceKind
impl Clone for CommandSourceKind
Source§fn clone(&self) -> CommandSourceKind
fn clone(&self) -> CommandSourceKind
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 CommandSourceKind
impl Debug for CommandSourceKind
Source§impl PartialEq for CommandSourceKind
impl PartialEq for CommandSourceKind
impl Copy for CommandSourceKind
impl Eq for CommandSourceKind
impl StructuralPartialEq for CommandSourceKind
Auto Trait Implementations§
impl Freeze for CommandSourceKind
impl RefUnwindSafe for CommandSourceKind
impl Send for CommandSourceKind
impl Sync for CommandSourceKind
impl Unpin for CommandSourceKind
impl UnsafeUnpin for CommandSourceKind
impl UnwindSafe for CommandSourceKind
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