pub struct DeleteAttachmentResponseData {
pub cipher: Option<Box<Cipher>>,
}
Fields§
§cipher: Option<Box<Cipher>>
Implementations§
Source§impl DeleteAttachmentResponseData
impl DeleteAttachmentResponseData
pub fn new() -> DeleteAttachmentResponseData
Trait Implementations§
Source§impl Clone for DeleteAttachmentResponseData
impl Clone for DeleteAttachmentResponseData
Source§fn clone(&self) -> DeleteAttachmentResponseData
fn clone(&self) -> DeleteAttachmentResponseData
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 DeleteAttachmentResponseData
impl Debug for DeleteAttachmentResponseData
Source§impl Default for DeleteAttachmentResponseData
impl Default for DeleteAttachmentResponseData
Source§fn default() -> DeleteAttachmentResponseData
fn default() -> DeleteAttachmentResponseData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteAttachmentResponseData
impl<'de> Deserialize<'de> for DeleteAttachmentResponseData
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 DeleteAttachmentResponseData
impl PartialEq for DeleteAttachmentResponseData
Source§fn eq(&self, other: &DeleteAttachmentResponseData) -> bool
fn eq(&self, other: &DeleteAttachmentResponseData) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DeleteAttachmentResponseData
Auto Trait Implementations§
impl Freeze for DeleteAttachmentResponseData
impl RefUnwindSafe for DeleteAttachmentResponseData
impl Send for DeleteAttachmentResponseData
impl Sync for DeleteAttachmentResponseData
impl Unpin for DeleteAttachmentResponseData
impl UnwindSafe for DeleteAttachmentResponseData
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