pub enum TriBool {
Auto,
Yes,
No,
}Expand description
This is an Option
Variants§
Implementations§
Trait Implementations§
impl Copy for TriBool
impl Eq for TriBool
impl StructuralPartialEq for TriBool
Auto Trait Implementations§
impl Freeze for TriBool
impl RefUnwindSafe for TriBool
impl Send for TriBool
impl Sync for TriBool
impl Unpin for TriBool
impl UnwindSafe for TriBool
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)