#[repr(u32)]pub enum RPQMatrixOp {
RPQ_MATRIX_OP_LABEL = 0,
RPQ_MATRIX_OP_LOR = 1,
RPQ_MATRIX_OP_CONCAT = 2,
RPQ_MATRIX_OP_KLEENE = 3,
RPQ_MATRIX_OP_KLEENE_L = 4,
RPQ_MATRIX_OP_KLEENE_R = 5,
}Variants§
RPQ_MATRIX_OP_LABEL = 0
RPQ_MATRIX_OP_LOR = 1
RPQ_MATRIX_OP_CONCAT = 2
RPQ_MATRIX_OP_KLEENE = 3
RPQ_MATRIX_OP_KLEENE_L = 4
RPQ_MATRIX_OP_KLEENE_R = 5
Trait Implementations§
Source§impl Clone for RPQMatrixOp
impl Clone for RPQMatrixOp
Source§fn clone(&self) -> RPQMatrixOp
fn clone(&self) -> RPQMatrixOp
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RPQMatrixOp
Source§impl Debug for RPQMatrixOp
impl Debug for RPQMatrixOp
impl Eq for RPQMatrixOp
Source§impl Hash for RPQMatrixOp
impl Hash for RPQMatrixOp
Source§impl PartialEq for RPQMatrixOp
impl PartialEq for RPQMatrixOp
impl StructuralPartialEq for RPQMatrixOp
Auto Trait Implementations§
impl Freeze for RPQMatrixOp
impl RefUnwindSafe for RPQMatrixOp
impl Send for RPQMatrixOp
impl Sync for RPQMatrixOp
impl Unpin for RPQMatrixOp
impl UnsafeUnpin for RPQMatrixOp
impl UnwindSafe for RPQMatrixOp
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