pub enum OperandSide {
Lhs,
Rhs,
}Variants§
Implementations§
Source§impl OperandSide
impl OperandSide
Trait Implementations§
Source§impl Clone for OperandSide
impl Clone for OperandSide
Source§fn clone(&self) -> OperandSide
fn clone(&self) -> OperandSide
Returns a duplicate 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 OperandSide
impl Debug for OperandSide
Source§impl Hash for OperandSide
impl Hash for OperandSide
Source§impl PartialEq for OperandSide
impl PartialEq for OperandSide
impl Copy for OperandSide
impl Eq for OperandSide
impl StructuralPartialEq for OperandSide
Auto Trait Implementations§
impl Freeze for OperandSide
impl RefUnwindSafe for OperandSide
impl Send for OperandSide
impl Sync for OperandSide
impl Unpin for OperandSide
impl UnwindSafe for OperandSide
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.