Enum hyperdav::webdav::Depth [] [src]

pub enum Depth {
    Zero,
    One,
    Infinity,
}

Variants

ZeroOneInfinity

Trait Implementations

impl Display for Depth
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

impl FromStr for Depth
[src]

type Err = ()

The associated error which can be returned from parsing.

fn from_str(s: &str) -> Result<Depth()>

Parses a string s to return a value of this type. Read more