pub enum PrimType {
I64,
F64,
Bool,
Str,
Byte,
Void,
}Expand description
the six primitive type names.
Variants§
Trait Implementations§
impl StructuralPartialEq for PrimType
Auto Trait Implementations§
impl Freeze for PrimType
impl RefUnwindSafe for PrimType
impl Send for PrimType
impl Sync for PrimType
impl Unpin for PrimType
impl UnsafeUnpin for PrimType
impl UnwindSafe for PrimType
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