pub enum OperatorBool {
Eq,
Ne,
}Variants§
Trait Implementations§
Source§impl Clone for OperatorBool
impl Clone for OperatorBool
Source§fn clone(&self) -> OperatorBool
fn clone(&self) -> OperatorBool
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 OperatorBool
impl Debug for OperatorBool
Auto Trait Implementations§
impl Freeze for OperatorBool
impl RefUnwindSafe for OperatorBool
impl Send for OperatorBool
impl Sync for OperatorBool
impl Unpin for OperatorBool
impl UnwindSafe for OperatorBool
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