[][src]Enum nix_query_tree_viewer::nix_query_tree::Recurse

pub enum Recurse {
    Yes,
    No,
}

Whether or not there is a separate entry in this tree that recurses into the dependencies for this nix store entry.

See NixQueryEntry.

Variants

Yes
No

Trait Implementations

impl Clone for Recurse[src]

impl Copy for Recurse[src]

impl Debug for Recurse[src]

impl Eq for Recurse[src]

impl Hash for Recurse[src]

impl PartialEq<Recurse> for Recurse[src]

impl StructuralEq for Recurse[src]

impl StructuralPartialEq for Recurse[src]

Auto Trait Implementations

impl RefUnwindSafe for Recurse

impl Send for Recurse

impl Sync for Recurse

impl Unpin for Recurse

impl UnwindSafe for Recurse

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> From<T> for T[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.