pub enum TriState {
Unknown,
Yes,
No,
}Variants§
Trait Implementations§
impl Copy for TriState
impl Eq for TriState
impl StructuralPartialEq for TriState
Auto Trait Implementations§
impl Freeze for TriState
impl RefUnwindSafe for TriState
impl Send for TriState
impl Sync for TriState
impl Unpin for TriState
impl UnsafeUnpin for TriState
impl UnwindSafe for TriState
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