pub enum DdnnfNodeKind {
Or,
And,
True,
False,
}Variants§
Trait Implementations§
Source§impl Clone for DdnnfNodeKind
impl Clone for DdnnfNodeKind
Source§fn clone(&self) -> DdnnfNodeKind
fn clone(&self) -> DdnnfNodeKind
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 DdnnfNodeKind
impl Debug for DdnnfNodeKind
Source§impl PartialEq for DdnnfNodeKind
impl PartialEq for DdnnfNodeKind
impl Copy for DdnnfNodeKind
impl Eq for DdnnfNodeKind
impl StructuralPartialEq for DdnnfNodeKind
Auto Trait Implementations§
impl Freeze for DdnnfNodeKind
impl RefUnwindSafe for DdnnfNodeKind
impl Send for DdnnfNodeKind
impl Sync for DdnnfNodeKind
impl Unpin for DdnnfNodeKind
impl UnsafeUnpin for DdnnfNodeKind
impl UnwindSafe for DdnnfNodeKind
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more