Enum contract_build::Verbosity
source · pub enum Verbosity {
Default,
Quiet,
Verbose,
}
Expand description
Denotes if output should be printed to stdout.
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq<Verbosity> for Verbosity
impl PartialEq<Verbosity> for Verbosity
source§impl TryFrom<&VerbosityFlags> for Verbosity
impl TryFrom<&VerbosityFlags> for Verbosity
impl Copy for Verbosity
impl Eq for Verbosity
impl StructuralEq for Verbosity
impl StructuralPartialEq for Verbosity
Auto Trait Implementations§
impl RefUnwindSafe for Verbosity
impl Send for Verbosity
impl Sync for Verbosity
impl Unpin for Verbosity
impl UnwindSafe for Verbosity
Blanket Implementations§
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.