Struct clacks_mtproto::mtproto::file_location::Unavailable [] [src]

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

TL-derived from fileLocationUnavailable

fileLocationUnavailable#7c596b46 volume_id:long local_id:int secret:long = FileLocation;

Fields

Trait Implementations

impl Debug for Unavailable
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Unavailable
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Unavailable
[src]

impl BareDeserialize for Unavailable
[src]

impl IntoBoxed for Unavailable
[src]

Auto Trait Implementations

impl Send for Unavailable

impl Sync for Unavailable