pub struct RemoveLabel<'a> { /* private fields */ }Expand description
Builder for Client::remove_label
Implementations§
Trait Implementations§
Source§impl<'a> Clone for RemoveLabel<'a>
impl<'a> Clone for RemoveLabel<'a>
Source§fn clone(&self) -> RemoveLabel<'a>
fn clone(&self) -> RemoveLabel<'a>
Returns a duplicate 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> Freeze for RemoveLabel<'a>
impl<'a> !RefUnwindSafe for RemoveLabel<'a>
impl<'a> Send for RemoveLabel<'a>
impl<'a> Sync for RemoveLabel<'a>
impl<'a> Unpin for RemoveLabel<'a>
impl<'a> UnsafeUnpin for RemoveLabel<'a>
impl<'a> !UnwindSafe for RemoveLabel<'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