pub enum SharedNodeOperation {
Grouped,
ProjectedGrouped,
CrossGrouped,
CrossComplementedGrouped,
ProjectedComplementedGrouped,
}Variants§
Trait Implementations§
Source§fn eq(&self, other: &SharedNodeOperation) -> bool
fn eq(&self, other: &SharedNodeOperation) -> bool
Tests for
self and other values to be equal, and is used by ==.Auto Trait Implementations§
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