pub enum Trinary {
True,
False,
Unknown,
}Expand description
三值查询结果。
Variants§
Trait Implementations§
impl Copy for Trinary
impl Eq for Trinary
impl StructuralPartialEq for Trinary
Auto Trait Implementations§
impl Freeze for Trinary
impl RefUnwindSafe for Trinary
impl Send for Trinary
impl Sync for Trinary
impl Unpin for Trinary
impl UnsafeUnpin for Trinary
impl UnwindSafe for Trinary
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