Enum vonuvoli_scheme::exports::TestAction[][src]

pub enum TestAction {
    Expect(Value),
    Debug,
    Ignore,
    Skip,
}

Variants

Trait Implementations

impl Clone for TestAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TestAction
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for TestAction

impl !Sync for TestAction