pub struct DeleteLabelBuilder<'a> { /* private fields */ }Expand description
Builder for DeleteLabel.
Implementations§
source§impl<'a> DeleteLabelBuilder<'a>
impl<'a> DeleteLabelBuilder<'a>
sourcepub fn project<VALUE: Into<NameOrId<'a>>>(&mut self, value: VALUE) -> &mut Self
pub fn project<VALUE: Into<NameOrId<'a>>>(&mut self, value: VALUE) -> &mut Self
The project to delete a label within.
sourcepub fn label<VALUE: Into<NameOrId<'a>>>(&mut self, value: VALUE) -> &mut Self
pub fn label<VALUE: Into<NameOrId<'a>>>(&mut self, value: VALUE) -> &mut Self
The ID or title of the label.
sourcepub fn build(&self) -> Result<DeleteLabel<'a>, DeleteLabelBuilderError>
pub fn build(&self) -> Result<DeleteLabel<'a>, DeleteLabelBuilderError>
Trait Implementations§
source§impl<'a> Clone for DeleteLabelBuilder<'a>
impl<'a> Clone for DeleteLabelBuilder<'a>
source§fn clone(&self) -> DeleteLabelBuilder<'a>
fn clone(&self) -> DeleteLabelBuilder<'a>
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<'a> RefUnwindSafe for DeleteLabelBuilder<'a>
impl<'a> Send for DeleteLabelBuilder<'a>
impl<'a> Sync for DeleteLabelBuilder<'a>
impl<'a> Unpin for DeleteLabelBuilder<'a>
impl<'a> UnwindSafe for DeleteLabelBuilder<'a>
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