Enum AstIntegerLiteralKind
pub enum AstIntegerLiteralKind {
Int,
Long,
LongLong,
UnsignedInt,
UnsignedLong,
UnsignedLongLong,
}Expand description
The kind of integer literal.
Variants§
Implementations§
Trait Implementations§
§impl Clone for AstIntegerLiteralKind
impl Clone for AstIntegerLiteralKind
§fn clone(&self) -> AstIntegerLiteralKind
fn clone(&self) -> AstIntegerLiteralKind
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 more§impl Debug for AstIntegerLiteralKind
impl Debug for AstIntegerLiteralKind
§impl Display for AstIntegerLiteralKind
impl Display for AstIntegerLiteralKind
§impl From<&AstType> for AstIntegerLiteralKind
impl From<&AstType> for AstIntegerLiteralKind
§impl PartialEq for AstIntegerLiteralKind
impl PartialEq for AstIntegerLiteralKind
impl Copy for AstIntegerLiteralKind
impl Eq for AstIntegerLiteralKind
impl StructuralPartialEq for AstIntegerLiteralKind
Auto Trait Implementations§
impl Freeze for AstIntegerLiteralKind
impl RefUnwindSafe for AstIntegerLiteralKind
impl Send for AstIntegerLiteralKind
impl Sync for AstIntegerLiteralKind
impl Unpin for AstIntegerLiteralKind
impl UnwindSafe for AstIntegerLiteralKind
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