Struct sortery::messages::DryRunMessage[][src]

pub struct DryRunMessage {
    pub from_file: File,
    pub to_file: File,
}
Expand description

The highlighted message for dry-run output.

Fields

from_file: Fileto_file: File

Implementations

Return the highlighted message as a String that can be printed to the terminal

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.