pub enum CirOperand {
Index(usize),
Predicate(Predicate),
}
Variants§
Trait Implementations§
Source§impl Clone for CirOperand
impl Clone for CirOperand
Source§fn clone(&self) -> CirOperand
fn clone(&self) -> CirOperand
Returns a copy 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 moreSource§impl Debug for CirOperand
impl Debug for CirOperand
Source§impl FieldCounter for CirOperand
impl FieldCounter for CirOperand
Auto Trait Implementations§
impl Freeze for CirOperand
impl RefUnwindSafe for CirOperand
impl Send for CirOperand
impl Sync for CirOperand
impl Unpin for CirOperand
impl UnwindSafe for CirOperand
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