pub struct RemoveAttachmentParams {
pub id: String,
}
Expand description
struct for passing parameters to the method remove_attachment
Fields§
§id: String
The ID of the attachment.
Trait Implementations§
Source§impl Clone for RemoveAttachmentParams
impl Clone for RemoveAttachmentParams
Source§fn clone(&self) -> RemoveAttachmentParams
fn clone(&self) -> RemoveAttachmentParams
Returns a duplicate 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 RemoveAttachmentParams
impl Debug for RemoveAttachmentParams
Source§impl Default for RemoveAttachmentParams
impl Default for RemoveAttachmentParams
Source§fn default() -> RemoveAttachmentParams
fn default() -> RemoveAttachmentParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RemoveAttachmentParams
impl RefUnwindSafe for RemoveAttachmentParams
impl Send for RemoveAttachmentParams
impl Sync for RemoveAttachmentParams
impl Unpin for RemoveAttachmentParams
impl UnwindSafe for RemoveAttachmentParams
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