pub struct UpdateAttachment { /* private fields */ }Expand description
The endpoint to update a Redmine attachment
Implementations§
Source§impl UpdateAttachment
impl UpdateAttachment
Sourcepub fn builder() -> UpdateAttachmentBuilder
pub fn builder() -> UpdateAttachmentBuilder
Create a builder for the endpoint.
Trait Implementations§
Source§impl Clone for UpdateAttachment
impl Clone for UpdateAttachment
Source§fn clone(&self) -> UpdateAttachment
fn clone(&self) -> UpdateAttachment
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 UpdateAttachment
impl Debug for UpdateAttachment
Source§impl Endpoint for UpdateAttachment
impl Endpoint for UpdateAttachment
impl NoPagination for UpdateAttachment
impl ReturnsJsonResponse for UpdateAttachment
Auto Trait Implementations§
impl Freeze for UpdateAttachment
impl RefUnwindSafe for UpdateAttachment
impl Send for UpdateAttachment
impl Sync for UpdateAttachment
impl Unpin for UpdateAttachment
impl UnwindSafe for UpdateAttachment
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