Enum pastebin_rust_api::Access [] [src]

pub enum Access {
    Public,
    Unlisted,
    Private,
}

Represents an Enum of possible access types for pastebin.

Variants