Struct clacks::mtproto::inputWebFileLocation [] [src]

pub struct inputWebFileLocation {
    pub url: string,
    pub access_hash: long,
}

Fields

Trait Implementations

impl Debug for inputWebFileLocation
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for inputWebFileLocation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for inputWebFileLocation
[src]

[src]

impl BareDeserialize for inputWebFileLocation
[src]

[src]

impl IntoBoxed for inputWebFileLocation
[src]

Auto Trait Implementations