Enum bins::PasteUrl [] [src]

pub enum PasteUrl {
    Html {
        name: Option<PasteFileName>,
        url: String,
    },
    Raw {
        name: Option<PasteFileName>,
        url: String,
    },
    Downloaded(StringDownloadedFile),
}

Variants

Fields of Html

Fields of Raw

Methods

impl PasteUrl
[src]

Trait Implementations

impl Debug for PasteUrl
[src]

Formats the value using the given formatter.