Struct clacks::mtproto::inputFileLocation [] [src]

pub struct inputFileLocation {
    pub volume_id: long,
    pub local_id: int,
    pub secret: long,
}

Fields

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 BareSerialize for inputFileLocation
[src]

[src]

impl BareDeserialize for inputFileLocation
[src]

[src]

impl IntoBoxed for inputFileLocation
[src]

Auto Trait Implementations