Enum FloatLiteralSuffix
pub enum FloatLiteralSuffix {
F,
L,
}Expand description
A floating-point literal suffix.
Variants§
Trait Implementations§
§impl Clone for FloatLiteralSuffix
impl Clone for FloatLiteralSuffix
§fn clone(&self) -> FloatLiteralSuffix
fn clone(&self) -> FloatLiteralSuffix
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 FloatLiteralSuffix
impl Debug for FloatLiteralSuffix
§impl Display for FloatLiteralSuffix
impl Display for FloatLiteralSuffix
§impl PartialEq for FloatLiteralSuffix
impl PartialEq for FloatLiteralSuffix
impl Copy for FloatLiteralSuffix
impl Eq for FloatLiteralSuffix
impl StructuralPartialEq for FloatLiteralSuffix
Auto Trait Implementations§
impl Freeze for FloatLiteralSuffix
impl RefUnwindSafe for FloatLiteralSuffix
impl Send for FloatLiteralSuffix
impl Sync for FloatLiteralSuffix
impl Unpin for FloatLiteralSuffix
impl UnwindSafe for FloatLiteralSuffix
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