pub enum PrimitiveRustTypeIr {
Show 19 variants
String,
Bool,
Unit,
Text,
Any,
I8,
I16,
I32,
I64,
I128,
Isize,
U8,
U16,
U32,
U64,
U128,
Usize,
F32,
F64,
}Variants§
Trait Implementations§
Source§impl Clone for PrimitiveRustTypeIr
impl Clone for PrimitiveRustTypeIr
Source§fn clone(&self) -> PrimitiveRustTypeIr
fn clone(&self) -> PrimitiveRustTypeIr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PrimitiveRustTypeIr
impl Debug for PrimitiveRustTypeIr
Source§impl PartialEq for PrimitiveRustTypeIr
impl PartialEq for PrimitiveRustTypeIr
impl Eq for PrimitiveRustTypeIr
impl StructuralPartialEq for PrimitiveRustTypeIr
Auto Trait Implementations§
impl Freeze for PrimitiveRustTypeIr
impl RefUnwindSafe for PrimitiveRustTypeIr
impl Send for PrimitiveRustTypeIr
impl Sync for PrimitiveRustTypeIr
impl Unpin for PrimitiveRustTypeIr
impl UnsafeUnpin for PrimitiveRustTypeIr
impl UnwindSafe for PrimitiveRustTypeIr
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.