pub enum LogExpOperator {
And,
Or,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LogExpOperator
impl Clone for LogExpOperator
Source§fn clone(&self) -> LogExpOperator
fn clone(&self) -> LogExpOperator
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 moreSource§impl Debug for LogExpOperator
impl Debug for LogExpOperator
Source§impl PartialEq for LogExpOperator
impl PartialEq for LogExpOperator
Source§fn eq(&self, other: &LogExpOperator) -> bool
fn eq(&self, other: &LogExpOperator) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LogExpOperator
Auto Trait Implementations§
impl Freeze for LogExpOperator
impl RefUnwindSafe for LogExpOperator
impl Send for LogExpOperator
impl Sync for LogExpOperator
impl Unpin for LogExpOperator
impl UnsafeUnpin for LogExpOperator
impl UnwindSafe for LogExpOperator
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