Enum lichen::logic::Expect [] [src]

pub enum Expect {
    All,
    Any,
    None,
}

Expect Types for Composites

Variants

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 !=.

impl Clone for Expect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Expect
[src]