Enum findshlibs::IterationControl [] [src]

pub enum IterationControl {
    Break,
    Continue,
}

Control whether iteration over shared libraries should continue or stop.

Variants

Stop iteration.

Continue iteration.

Trait Implementations

impl Clone for IterationControl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for IterationControl
[src]

impl Debug for IterationControl
[src]

Formats the value using the given formatter.

impl PartialEq for IterationControl
[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 IterationControl
[src]

impl From<()> for IterationControl
[src]

Performs the conversion.