Enum bins::files::PasteFileName [] [src]

pub enum PasteFileName {
    Explicit(String),
    Guessed(String),
}

Variants

Methods

impl PasteFileName
[src]

Trait Implementations

impl Debug for PasteFileName
[src]

Formats the value using the given formatter.

impl Clone for PasteFileName
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more