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 for AttachmentResponseModel
impl PartialEq for AttachmentResponseModel
Source§impl Serialize for AttachmentResponseModel
impl Serialize for AttachmentResponseModel
impl StructuralPartialEq for AttachmentResponseModel
Auto Trait Implementations§
impl Freeze for AttachmentResponseModel
impl RefUnwindSafe for AttachmentResponseModel
impl Send for AttachmentResponseModel
impl Sync for AttachmentResponseModel
impl Unpin for AttachmentResponseModel
impl UnwindSafe for AttachmentResponseModel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more