Enum backblaze_b2::raw::files::FileType [] [src]

pub enum FileType {
    File,
    HideMarker,
}

Specifies if something is a file or a hide marker.

Variants

Methods

impl FileType
[src]

Converts the strings "upload" and "hide" into the appropriate enum values.

Converts the enum into the strings "upload" or "hide".

Trait Implementations

impl Debug for FileType
[src]

Formats the value using the given formatter.

impl Clone for FileType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FileType
[src]

impl Eq for FileType
[src]

impl PartialEq for FileType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Into<FileFolderType> for FileType
[src]

Performs the conversion.

impl<'de> Deserialize<'de> for FileType
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for FileType
[src]

Serialize this value into the given Serde serializer. Read more