Enum fsort::file_collection::ErrorBehavior [] [src]

pub enum ErrorBehavior {
    Ignore,
    Abort,
}

This enum describes the behavior of a sorting algorithm in case of errors while adding files.

Variants

Ignore the error and continue adding.

Abort the execution and stop adding files.

Trait Implementations

impl Debug for ErrorBehavior
[src]

Formats the value using the given formatter.

impl Clone for ErrorBehavior
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ErrorBehavior
[src]