Enum lamcal::inspect::Stop[][src]

pub enum Stop {
    Yes,
    No,
}

Indicator whether to stop or continue some processing.

Variants

Stop processing

Continue processing

Trait Implementations

impl Debug for Stop
[src]

Formats the value using the given formatter. Read more

impl Clone for Stop
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Stop
[src]

impl PartialEq for Stop
[src]

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

This method tests for !=.

impl Eq for Stop
[src]

impl BitAnd for Stop
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitOr for Stop
[src]

The resulting type after applying the | operator.

Performs the | operation.

Auto Trait Implementations

impl Send for Stop

impl Sync for Stop