pub enum CommandScope {
Scripting,
Project,
CTest,
Deprecated,
}
Variants§
Trait Implementations§
Source§impl Clone for CommandScope
impl Clone for CommandScope
Source§fn clone(&self) -> CommandScope
fn clone(&self) -> CommandScope
Returns a copy 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 CommandScope
impl Debug for CommandScope
Source§impl Hash for CommandScope
impl Hash for CommandScope
Source§impl Ord for CommandScope
impl Ord for CommandScope
Source§fn cmp(&self, other: &CommandScope) -> Ordering
fn cmp(&self, other: &CommandScope) -> 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 CommandScope
impl PartialEq for CommandScope
Source§impl PartialOrd for CommandScope
impl PartialOrd for CommandScope
impl Eq for CommandScope
impl StructuralPartialEq for CommandScope
Auto Trait Implementations§
impl Freeze for CommandScope
impl RefUnwindSafe for CommandScope
impl Send for CommandScope
impl Sync for CommandScope
impl Unpin for CommandScope
impl UnwindSafe for CommandScope
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