Enum AstFloatLiteralKind
pub enum AstFloatLiteralKind {
Float,
Double,
LongDouble,
}Expand description
The kind of floating-point literal.
Variants§
Implementations§
§impl AstFloatLiteralKind
impl AstFloatLiteralKind
Trait Implementations§
§impl Clone for AstFloatLiteralKind
impl Clone for AstFloatLiteralKind
§fn clone(&self) -> AstFloatLiteralKind
fn clone(&self) -> AstFloatLiteralKind
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 AstFloatLiteralKind
impl Debug for AstFloatLiteralKind
§impl Display for AstFloatLiteralKind
impl Display for AstFloatLiteralKind
§impl From<&AstType> for AstFloatLiteralKind
impl From<&AstType> for AstFloatLiteralKind
§impl PartialEq for AstFloatLiteralKind
impl PartialEq for AstFloatLiteralKind
impl Copy for AstFloatLiteralKind
impl Eq for AstFloatLiteralKind
impl StructuralPartialEq for AstFloatLiteralKind
Auto Trait Implementations§
impl Freeze for AstFloatLiteralKind
impl RefUnwindSafe for AstFloatLiteralKind
impl Send for AstFloatLiteralKind
impl Sync for AstFloatLiteralKind
impl Unpin for AstFloatLiteralKind
impl UnwindSafe for AstFloatLiteralKind
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