Struct redmine_api::api::attachments::GetAttachment
source · 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 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 ReturnsJsonResponse for GetAttachment
Auto Trait Implementations§
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