pub enum BasicType {
Show 21 variants
I8,
Bool,
Char,
F64,
Str,
F32,
U8,
Isize,
Usize,
I32,
U32,
I128,
U128,
I16,
U16,
Unit,
Ellipsis,
I64,
U64,
Never,
Placeholder,
}Variants§
I8
Bool
Char
F64
Str
F32
U8
Isize
Usize
I32
U32
I128
U128
I16
U16
Unit
Ellipsis
I64
U64
Never
Placeholder
Implementations§
Trait Implementations§
Source§impl Ord for BasicType
impl Ord for BasicType
Source§impl PartialOrd for BasicType
impl PartialOrd for BasicType
impl Copy for BasicType
impl Eq for BasicType
impl StructuralPartialEq for BasicType
Auto Trait Implementations§
impl Freeze for BasicType
impl RefUnwindSafe for BasicType
impl Send for BasicType
impl Sync for BasicType
impl Unpin for BasicType
impl UnwindSafe for BasicType
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