Enum fungi_lang::vis::Expect[][src]

pub enum Expect {
    Failure,
    FailureXXX,
    Success,
    SuccessXXX,
}

Expectations for examples and tests

Variants

Trait Implementations

impl Clone for Expect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Expect
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Expect

impl Sync for Expect