#[repr(u32)]pub enum SemanticCheckedState {
None = 0,
False = 1,
True = 2,
Mixed = 3,
}Variants§
Trait Implementations§
Source§impl Clone for SemanticCheckedState
impl Clone for SemanticCheckedState
Source§fn clone(&self) -> SemanticCheckedState
fn clone(&self) -> SemanticCheckedState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SemanticCheckedState
Source§impl Debug for SemanticCheckedState
impl Debug for SemanticCheckedState
impl Eq for SemanticCheckedState
Source§impl PartialEq for SemanticCheckedState
impl PartialEq for SemanticCheckedState
impl StructuralPartialEq for SemanticCheckedState
Auto Trait Implementations§
impl Freeze for SemanticCheckedState
impl RefUnwindSafe for SemanticCheckedState
impl Send for SemanticCheckedState
impl Sync for SemanticCheckedState
impl Unpin for SemanticCheckedState
impl UnsafeUnpin for SemanticCheckedState
impl UnwindSafe for SemanticCheckedState
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