pub struct RealLiteral {
pub the_value: f64,
}Fields§
§the_value: f64Trait Implementations§
Source§impl Clone for RealLiteral
impl Clone for RealLiteral
Source§fn clone(&self) -> RealLiteral
fn clone(&self) -> RealLiteral
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RealLiteral
impl Debug for RealLiteral
Source§impl PartialEq for RealLiteral
impl PartialEq for RealLiteral
Source§fn eq(&self, other: &RealLiteral) -> bool
fn eq(&self, other: &RealLiteral) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RealLiteral
Auto Trait Implementations§
impl Freeze for RealLiteral
impl RefUnwindSafe for RealLiteral
impl Send for RealLiteral
impl Sync for RealLiteral
impl Unpin for RealLiteral
impl UnsafeUnpin for RealLiteral
impl UnwindSafe for RealLiteral
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