Struct redmine_api::api::attachments::DeleteAttachment
source · [−]pub struct DeleteAttachment { /* private fields */ }Expand description
The endpoint to delete a Redmine attachment
Implementations
sourceimpl DeleteAttachment
impl DeleteAttachment
sourcepub fn builder() -> DeleteAttachmentBuilder
pub fn builder() -> DeleteAttachmentBuilder
Create a builder for the endpoint.
Trait Implementations
sourceimpl Debug for DeleteAttachment
impl Debug for DeleteAttachment
sourceimpl Endpoint for DeleteAttachment
impl Endpoint for DeleteAttachment
sourcefn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
Auto Trait Implementations
impl RefUnwindSafe for DeleteAttachment
impl Send for DeleteAttachment
impl Sync for DeleteAttachment
impl Unpin for DeleteAttachment
impl UnwindSafe for DeleteAttachment
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more