pub struct AttachmentResponseModel {
pub object: Option<String>,
pub id: Option<String>,
pub url: Option<String>,
pub file_name: Option<String>,
pub key: Option<String>,
pub size: Option<String>,
pub size_name: Option<String>,
}
Fields§
§object: Option<String>
§id: Option<String>
§url: Option<String>
§file_name: Option<String>
§key: Option<String>
§size: Option<String>
§size_name: Option<String>
Implementations§
source§impl AttachmentResponseModel
impl AttachmentResponseModel
pub fn new() -> AttachmentResponseModel
Trait Implementations§
source§impl Clone for AttachmentResponseModel
impl Clone for AttachmentResponseModel
source§fn clone(&self) -> AttachmentResponseModel
fn clone(&self) -> AttachmentResponseModel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AttachmentResponseModel
impl Debug for AttachmentResponseModel
source§impl Default for AttachmentResponseModel
impl Default for AttachmentResponseModel
source§fn default() -> AttachmentResponseModel
fn default() -> AttachmentResponseModel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AttachmentResponseModel
impl<'de> Deserialize<'de> for AttachmentResponseModel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<AttachmentResponseModel> for AttachmentResponseModel
impl PartialEq<AttachmentResponseModel> for AttachmentResponseModel
source§fn eq(&self, other: &AttachmentResponseModel) -> bool
fn eq(&self, other: &AttachmentResponseModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.