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