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