Struct clacks::mtproto::documentAttributeFilename [] [src]

pub struct documentAttributeFilename {
    pub file_name: string,
}

Fields

Trait Implementations

impl Debug for documentAttributeFilename
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for documentAttributeFilename
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for documentAttributeFilename
[src]

[src]

impl BareDeserialize for documentAttributeFilename
[src]

[src]

impl IntoBoxed for documentAttributeFilename
[src]

Auto Trait Implementations