Enum clacks::mtproto::InputFileLocation [] [src]

pub enum InputFileLocation {
    inputFileLocation(inputFileLocation),
    inputEncryptedFileLocation(inputEncryptedFileLocation),
    inputDocumentFileLocation(inputDocumentFileLocation),
}

Variants

Trait Implementations

impl Debug for InputFileLocation
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InputFileLocation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for InputFileLocation
[src]

[src]

impl BoxedDeserialize for InputFileLocation
[src]

Auto Trait Implementations