pub enum Trivalent {
True,
False,
Unknown,
}Variants§
Trait Implementations§
Source§impl From<BalancedTrivalent> for Trivalent
impl From<BalancedTrivalent> for Trivalent
Source§fn from(value: BalancedTrivalent) -> Self
fn from(value: BalancedTrivalent) -> Self
Converts to this type from the input type.
Source§impl From<Trivalent> for BalancedTrivalent
impl From<Trivalent> for BalancedTrivalent
Auto Trait Implementations§
impl Freeze for Trivalent
impl RefUnwindSafe for Trivalent
impl Send for Trivalent
impl Sync for Trivalent
impl Unpin for Trivalent
impl UnwindSafe for Trivalent
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