Struct ra_ap_syntax::ast::FloatNumber
source · pub struct FloatNumber { /* private fields */ }Implementations§
Trait Implementations§
source§impl AstToken for FloatNumber
impl AstToken for FloatNumber
source§impl Clone for FloatNumber
impl Clone for FloatNumber
source§fn clone(&self) -> FloatNumber
fn clone(&self) -> FloatNumber
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 FloatNumber
impl Debug for FloatNumber
source§impl Display for FloatNumber
impl Display for FloatNumber
source§impl Hash for FloatNumber
impl Hash for FloatNumber
source§impl PartialEq for FloatNumber
impl PartialEq for FloatNumber
source§fn eq(&self, other: &FloatNumber) -> bool
fn eq(&self, other: &FloatNumber) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for FloatNumber
impl StructuralEq for FloatNumber
impl StructuralPartialEq for FloatNumber
Auto Trait Implementations§
impl !RefUnwindSafe for FloatNumber
impl !Send for FloatNumber
impl !Sync for FloatNumber
impl Unpin for FloatNumber
impl !UnwindSafe for FloatNumber
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 Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.