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