Struct redmine_api::api::attachments::DeleteAttachment
source · pub struct DeleteAttachment { /* private fields */ }
Expand description
The endpoint to delete a Redmine attachment
Implementations§
source§impl DeleteAttachment
impl DeleteAttachment
sourcepub fn builder() -> DeleteAttachmentBuilder
pub fn builder() -> DeleteAttachmentBuilder
Create a builder for the endpoint.
Trait Implementations§
source§impl Debug for DeleteAttachment
impl Debug for DeleteAttachment
source§impl Endpoint for DeleteAttachment
impl Endpoint for DeleteAttachment
source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
Auto Trait Implementations§
impl Freeze for DeleteAttachment
impl RefUnwindSafe for DeleteAttachment
impl Send for DeleteAttachment
impl Sync for DeleteAttachment
impl Unpin for DeleteAttachment
impl UnwindSafe for DeleteAttachment
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