Enum monument_cli::DebugOption
source · pub enum DebugOption {
Toml,
Params,
Search,
Graph,
StopBeforeSearch,
}Expand description
What item should be debug printed
Variants§
Toml
Params
Search
Graph
StopBeforeSearch
Stop just before the search starts, to let the user see what’s been printed out without scrolling
Trait Implementations§
source§impl Clone for DebugOption
impl Clone for DebugOption
source§fn clone(&self) -> DebugOption
fn clone(&self) -> DebugOption
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 DebugOption
impl Debug for DebugOption
source§impl FromStr for DebugOption
impl FromStr for DebugOption
source§impl PartialEq<DebugOption> for DebugOption
impl PartialEq<DebugOption> for DebugOption
source§fn eq(&self, other: &DebugOption) -> bool
fn eq(&self, other: &DebugOption) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for DebugOption
impl Eq for DebugOption
impl StructuralEq for DebugOption
impl StructuralPartialEq for DebugOption
Auto Trait Implementations§
impl RefUnwindSafe for DebugOption
impl Send for DebugOption
impl Sync for DebugOption
impl Unpin for DebugOption
impl UnwindSafe for DebugOption
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.