[][src]Enum feembox::options::Verbosity

pub enum Verbosity {
    None,
    Human,
    Debug,
}

Verbosity level to print to stdout

Variants

None

Print nothing

Human

Print data for human consumption

Debug

Print values useful for debugging

Trait Implementations

impl Clone for Verbosity[src]

impl Copy for Verbosity[src]

impl Debug for Verbosity[src]

impl Eq for Verbosity[src]

impl From<u64> for Verbosity[src]

impl Hash for Verbosity[src]

impl Ord for Verbosity[src]

impl PartialEq<Verbosity> for Verbosity[src]

impl PartialOrd<Verbosity> for Verbosity[src]

impl StructuralEq for Verbosity[src]

impl StructuralPartialEq for Verbosity[src]

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Erased for T[src]

impl<T> From<T> for T[src]

impl<T> HeaderTryFrom<T> for T[src]

impl<F, T> HeaderTryInto<T> for F where
    T: HeaderTryFrom<F>, 
[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]