pub struct NotOnlineImage {
Show 26 fields pub file_path: Option<String>, pub file_len: Option<u32>, pub download_path: Option<String>, pub old_ver_send_file: Option<Vec<u8>>, pub img_type: Option<i32>, pub previews_image: Option<Vec<u8>>, pub pic_md5: Option<Vec<u8>>, pub pic_height: Option<u32>, pub pic_width: Option<u32>, pub res_id: Option<String>, pub flag: Option<Vec<u8>>, pub thumb_url: Option<String>, pub original: Option<i32>, pub big_url: Option<String>, pub orig_url: Option<String>, pub biz_type: Option<i32>, pub result: Option<i32>, pub index: Option<i32>, pub op_face_buf: Option<Vec<u8>>, pub old_pic_md5: Option<bool>, pub thumb_width: Option<i32>, pub thumb_height: Option<i32>, pub file_id: Option<i32>, pub show_len: Option<i32>, pub download_len: Option<i32>, pub pb_reserve: Option<Vec<u8>>,
}

Fields§

§file_path: Option<String>§file_len: Option<u32>§download_path: Option<String>§old_ver_send_file: Option<Vec<u8>>§img_type: Option<i32>§previews_image: Option<Vec<u8>>§pic_md5: Option<Vec<u8>>§pic_height: Option<u32>§pic_width: Option<u32>§res_id: Option<String>§flag: Option<Vec<u8>>§thumb_url: Option<String>§original: Option<i32>§big_url: Option<String>§orig_url: Option<String>§biz_type: Option<i32>§result: Option<i32>§index: Option<i32>§op_face_buf: Option<Vec<u8>>§old_pic_md5: Option<bool>§thumb_width: Option<i32>§thumb_height: Option<i32>§file_id: Option<i32>§show_len: Option<i32>§download_len: Option<i32>§pb_reserve: Option<Vec<u8>>

Implementations§

Returns the value of file_path, or the default value if file_path is unset.

Returns the value of file_len, or the default value if file_len is unset.

Returns the value of download_path, or the default value if download_path is unset.

Returns the value of old_ver_send_file, or the default value if old_ver_send_file is unset.

Returns the value of img_type, or the default value if img_type is unset.

Returns the value of previews_image, or the default value if previews_image is unset.

Returns the value of pic_md5, or the default value if pic_md5 is unset.

Returns the value of pic_height, or the default value if pic_height is unset.

Returns the value of pic_width, or the default value if pic_width is unset.

Returns the value of res_id, or the default value if res_id is unset.

Returns the value of flag, or the default value if flag is unset.

Returns the value of thumb_url, or the default value if thumb_url is unset.

Returns the value of original, or the default value if original is unset.

Returns the value of big_url, or the default value if big_url is unset.

Returns the value of orig_url, or the default value if orig_url is unset.

Returns the value of biz_type, or the default value if biz_type is unset.

Returns the value of result, or the default value if result is unset.

Returns the value of index, or the default value if index is unset.

Returns the value of op_face_buf, or the default value if op_face_buf is unset.

Returns the value of old_pic_md5, or the default value if old_pic_md5 is unset.

Returns the value of thumb_width, or the default value if thumb_width is unset.

Returns the value of thumb_height, or the default value if thumb_height is unset.

Returns the value of file_id, or the default value if file_id is unset.

Returns the value of show_len, or the default value if show_len is unset.

Returns the value of download_len, or the default value if download_len is unset.

Returns the value of pb_reserve, or the default value if pb_reserve is unset.

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
Converts to this type from the input type.
Converts to this type from the input type.
Returns the encoded length of the message without a length delimiter.
Clears the message, resetting all fields to their default.
Encodes the message to a buffer. Read more
Encodes the message to a newly allocated buffer.
Encodes the message with a length-delimiter to a buffer. Read more
Encodes the message with a length-delimiter to a newly allocated buffer.
Decodes an instance of the message from a buffer. Read more
Decodes a length-delimited instance of the message from the buffer.
Decodes an instance of the message from a buffer, and merges it into self. Read more
Decodes a length-delimited instance of the message from buffer, and merges it into self. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. 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.