Struct redmine_api::api::attachments::DeleteAttachmentBuilder
source · [−]pub struct DeleteAttachmentBuilder { /* private fields */ }Expand description
Builder for DeleteAttachment.
Implementations
sourceimpl DeleteAttachmentBuilder
impl DeleteAttachmentBuilder
sourcepub fn build(&self) -> Result<DeleteAttachment, DeleteAttachmentBuilderError>
pub fn build(&self) -> Result<DeleteAttachment, DeleteAttachmentBuilderError>
Trait Implementations
sourceimpl Clone for DeleteAttachmentBuilder
impl Clone for DeleteAttachmentBuilder
sourcefn clone(&self) -> DeleteAttachmentBuilder
fn clone(&self) -> DeleteAttachmentBuilder
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 DeleteAttachmentBuilder
impl Send for DeleteAttachmentBuilder
impl Sync for DeleteAttachmentBuilder
impl Unpin for DeleteAttachmentBuilder
impl UnwindSafe for DeleteAttachmentBuilder
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