pub struct Kleene { /* private fields */ }Expand description
A struct representing a Kleene logic value, which can be one of three states: True (T), False (F), or Unknown (U).
Implementations§
Trait Implementations§
Source§impl Ord for Kleene
impl Ord for Kleene
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Kleene
impl PartialOrd for Kleene
impl Copy for Kleene
impl Eq for Kleene
impl StructuralPartialEq for Kleene
Auto Trait Implementations§
impl Freeze for Kleene
impl RefUnwindSafe for Kleene
impl Send for Kleene
impl Sync for Kleene
impl Unpin for Kleene
impl UnsafeUnpin for Kleene
impl UnwindSafe for Kleene
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