pub enum TypeCheckPrimitive {
Null,
Pair,
}Expand description
A type check primitive.
Variants§
Auto Trait Implementations§
impl Freeze for TypeCheckPrimitive
impl RefUnwindSafe for TypeCheckPrimitive
impl Send for TypeCheckPrimitive
impl Sync for TypeCheckPrimitive
impl Unpin for TypeCheckPrimitive
impl UnwindSafe for TypeCheckPrimitive
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