pub struct TypeCheckPrimitiveSet {}Expand description
A type check primitive set.
Implementations§
Trait Implementations§
Source§impl Debug for TypeCheckPrimitiveSet
impl Debug for TypeCheckPrimitiveSet
Source§impl Default for TypeCheckPrimitiveSet
impl Default for TypeCheckPrimitiveSet
Source§fn default() -> TypeCheckPrimitiveSet
fn default() -> TypeCheckPrimitiveSet
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TypeCheckPrimitiveSet
impl RefUnwindSafe for TypeCheckPrimitiveSet
impl Send for TypeCheckPrimitiveSet
impl Sync for TypeCheckPrimitiveSet
impl Unpin for TypeCheckPrimitiveSet
impl UnwindSafe for TypeCheckPrimitiveSet
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