pub enum Trit {
True,
False,
Both,
}
Expand description
Used to denote a trinary value (True, False, or Both)
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Trit
impl RefUnwindSafe for Trit
impl Send for Trit
impl Sync for Trit
impl Unpin for Trit
impl UnwindSafe for Trit
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