Enum hyperdav::Depth[][src]

pub enum Depth {
    Number(u32),
    Infinity,
}

Define the depth to which we should search.

Variants

Any depth you want

As deep as we can go

Trait Implementations

impl Debug for Depth
[src]

Formats the value using the given formatter. Read more

impl ToString for Depth
[src]

Converts the given value to a String. Read more

Auto Trait Implementations

impl Send for Depth

impl Sync for Depth