Enum ipfs_api::Logger[][src]

pub enum Logger<'a> {
    All,
    Specific(Cow<'a, str>),
}

Variants

Trait Implementations

impl<'a> Serialize for Logger<'a>
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl<'a> Send for Logger<'a>

impl<'a> Sync for Logger<'a>