Struct redmine_api::api::attachments::DeleteAttachmentBuilder
source · pub struct DeleteAttachmentBuilder { /* private fields */ }
Expand description
Builder for DeleteAttachment
.
Implementations§
source§impl DeleteAttachmentBuilder
impl DeleteAttachmentBuilder
sourcepub fn build(&self) -> Result<DeleteAttachment, DeleteAttachmentBuilderError>
pub fn build(&self) -> Result<DeleteAttachment, DeleteAttachmentBuilderError>
Trait Implementations§
source§impl Clone for DeleteAttachmentBuilder
impl Clone for DeleteAttachmentBuilder
source§fn clone(&self) -> DeleteAttachmentBuilder
fn clone(&self) -> DeleteAttachmentBuilder
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for DeleteAttachmentBuilder
impl RefUnwindSafe for DeleteAttachmentBuilder
impl Send for DeleteAttachmentBuilder
impl Sync for DeleteAttachmentBuilder
impl Unpin for DeleteAttachmentBuilder
impl UnwindSafe for DeleteAttachmentBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)