pub struct GroupFileInfo {
Show 16 fields pub file_id: String, pub file_name: String, pub file_size: u64, pub bus_id: u32, pub uploaded_size: u64, pub upload_time: u32, pub dead_time: u32, pub modify_time: u32, pub download_times: u32, pub sha: String, pub sha3: Bytes, pub md5: Bytes, pub local_path: String, pub uploader_name: String, pub uploader_uin: u64, pub parent_folder_id: String,
}

Fields§

§file_id: String§file_name: String§file_size: u64§bus_id: u32§uploaded_size: u64§upload_time: u32§dead_time: u32§modify_time: u32§download_times: u32§sha: String§sha3: Bytes§md5: Bytes§local_path: String§uploader_name: String§uploader_uin: u64§parent_folder_id: 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
Returns the “default value” for a type. 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.

Calls U::from(self).

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

Should always be Self
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.