Enum lichen::Expect [] [src]

pub enum Expect {
    All,
    Any,
    None,
    Ref(String),
}

Expect Types for Composites

Variants

References env variable

Methods

impl Expect
[src]

Trait Implementations

impl Debug for Expect
[src]

Formats the value using the given formatter.

impl PartialEq for Expect
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.