Struct clacks_mtproto::mtproto::document_attribute::Filename [] [src]

pub struct Filename {
    pub file_name: string,
}

TL-derived from documentAttributeFilename

documentAttributeFilename#15590068 file_name:string = DocumentAttribute;

Fields

Trait Implementations

impl Debug for Filename
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Filename
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Filename
[src]

impl BareDeserialize for Filename
[src]

impl IntoBoxed for Filename
[src]

Auto Trait Implementations

impl Send for Filename

impl Sync for Filename