pub struct ObjsFile {
Show 70 fields pub channels: Vec<String>, pub comments_count: i64, pub created: i64, pub date_delete: i64, pub display_as_bot: bool, pub editable: bool, pub editor: String, pub external_id: String, pub external_type: String, pub external_url: String, pub filetype: String, pub groups: Vec<String>, pub has_rich_preview: bool, pub id: String, pub image_exif_rotation: i64, pub ims: Vec<String>, pub is_external: bool, pub is_public: bool, pub is_starred: bool, pub is_tombstoned: bool, pub last_editor: String, pub mimetype: String, pub mode: String, pub name: String, pub non_owner_editable: bool, pub num_stars: i64, pub original_h: i64, pub original_w: i64, pub permalink: String, pub permalink_public: String, pub pinned_info: Option<Fields>, pub pinned_to: Vec<String>, pub pretty_type: String, pub preview: String, pub public_url_shared: bool, pub reactions: Vec<ObjsReaction>, pub shares: Option<ObjsFileShares>, pub size: i64, pub source_team: String, pub state: String, pub thumb_1024: String, pub thumb_1024_h: i64, pub thumb_1024_w: i64, pub thumb_160: String, pub thumb_360: String, pub thumb_360_h: i64, pub thumb_360_w: i64, pub thumb_480: String, pub thumb_480_h: i64, pub thumb_480_w: i64, pub thumb_64: String, pub thumb_720: String, pub thumb_720_h: i64, pub thumb_720_w: i64, pub thumb_80: String, pub thumb_800: String, pub thumb_800_h: i64, pub thumb_800_w: i64, pub thumb_960: String, pub thumb_960_h: i64, pub thumb_960_w: i64, pub thumb_tiny: String, pub timestamp: i64, pub title: String, pub updated: i64, pub url_private: String, pub url_private_download: String, pub user: String, pub user_team: String, pub username: String,
}

Fields

channels: Vec<String>comments_count: i64created: i64date_delete: i64display_as_bot: booleditable: booleditor: Stringexternal_id: Stringexternal_type: Stringexternal_url: Stringfiletype: Stringgroups: Vec<String>has_rich_preview: boolid: Stringimage_exif_rotation: i64ims: Vec<String>is_external: boolis_public: boolis_starred: boolis_tombstoned: boollast_editor: Stringmimetype: Stringmode: Stringname: Stringnon_owner_editable: boolnum_stars: i64original_h: i64original_w: i64permalink: Stringpermalink_public: Stringpinned_info: Option<Fields>pinned_to: Vec<String>pretty_type: Stringpreview: Stringpublic_url_shared: boolreactions: Vec<ObjsReaction>shares: Option<ObjsFileShares>size: i64source_team: Stringstate: Stringthumb_1024: Stringthumb_1024_h: i64thumb_1024_w: i64thumb_160: Stringthumb_360: Stringthumb_360_h: i64thumb_360_w: i64thumb_480: Stringthumb_480_h: i64thumb_480_w: i64thumb_64: Stringthumb_720: Stringthumb_720_h: i64thumb_720_w: i64thumb_80: Stringthumb_800: Stringthumb_800_h: i64thumb_800_w: i64thumb_960: Stringthumb_960_h: i64thumb_960_w: i64thumb_tiny: Stringtimestamp: i64title: Stringupdated: i64url_private: Stringurl_private_download: Stringuser: Stringuser_team: Stringusername: String

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

The name of the generated JSON Schema. Read more

Generates a JSON Schema for this type. Read more

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Attaches the provided Context to this type, returning a WithContext wrapper. Read more

Attaches the current Context to this type, returning a WithContext wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more