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