Enum sway_ast::literal::LitIntType
source · pub enum LitIntType {
U8,
U16,
U32,
U64,
U256,
I8,
I16,
I32,
I64,
}Variants§
Trait Implementations§
source§impl Clone for LitIntType
impl Clone for LitIntType
source§fn clone(&self) -> LitIntType
fn clone(&self) -> LitIntType
Returns a copy 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 LitIntType
impl Debug for LitIntType
source§impl Hash for LitIntType
impl Hash for LitIntType
source§impl PartialEq<LitIntType> for LitIntType
impl PartialEq<LitIntType> for LitIntType
source§fn eq(&self, other: &LitIntType) -> bool
fn eq(&self, other: &LitIntType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<LitIntType> for LitIntType
impl PartialOrd<LitIntType> for LitIntType
source§fn partial_cmp(&self, other: &LitIntType) -> Option<Ordering>
fn partial_cmp(&self, other: &LitIntType) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Serialize for LitIntType
impl Serialize for LitIntType
impl Eq for LitIntType
impl StructuralEq for LitIntType
impl StructuralPartialEq for LitIntType
Auto Trait Implementations§
impl RefUnwindSafe for LitIntType
impl Send for LitIntType
impl Sync for LitIntType
impl Unpin for LitIntType
impl UnwindSafe for LitIntType
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more