pub struct RemoveLabelOperator { /* private fields */ }Expand description
Operator that removes labels from nodes.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RemoveLabelOperator
impl !RefUnwindSafe for RemoveLabelOperator
impl Send for RemoveLabelOperator
impl Sync for RemoveLabelOperator
impl Unpin for RemoveLabelOperator
impl !UnwindSafe for RemoveLabelOperator
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