Struct redmine_api::api::attachments::GetAttachmentBuilder
source · [−]pub struct GetAttachmentBuilder { /* private fields */ }Expand description
Builder for GetAttachment.
Implementations
sourceimpl GetAttachmentBuilder
impl GetAttachmentBuilder
sourcepub fn build(&self) -> Result<GetAttachment, GetAttachmentBuilderError>
pub fn build(&self) -> Result<GetAttachment, GetAttachmentBuilderError>
Trait Implementations
sourceimpl Clone for GetAttachmentBuilder
impl Clone for GetAttachmentBuilder
sourcefn clone(&self) -> GetAttachmentBuilder
fn clone(&self) -> GetAttachmentBuilder
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl RefUnwindSafe for GetAttachmentBuilder
impl Send for GetAttachmentBuilder
impl Sync for GetAttachmentBuilder
impl Unpin for GetAttachmentBuilder
impl UnwindSafe for GetAttachmentBuilder
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