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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DdnnfNodeKind
Source§impl Debug for DdnnfNodeKind
impl Debug for DdnnfNodeKind
impl Eq for DdnnfNodeKind
Source§impl PartialEq for DdnnfNodeKind
impl PartialEq for DdnnfNodeKind
Source§fn eq(&self, other: &DdnnfNodeKind) -> bool
fn eq(&self, other: &DdnnfNodeKind) -> bool
Tests for
self and other values to be equal, and is used by ==.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§
impl<T> Allocation for T
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