pub struct DoubleValue { /* private fields */ }Trait Implementations§
Source§impl Clone for DoubleValue
impl Clone for DoubleValue
Source§fn clone(&self) -> DoubleValue
fn clone(&self) -> DoubleValue
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 moreSource§impl Debug for DoubleValue
impl Debug for DoubleValue
Source§impl Default for DoubleValue
impl Default for DoubleValue
Source§fn default() -> DoubleValue
fn default() -> DoubleValue
Returns the “default value” for a type. Read more
Source§impl PartialEq for DoubleValue
impl PartialEq for DoubleValue
Source§impl PartialOrd for DoubleValue
impl PartialOrd for DoubleValue
impl StructuralPartialEq for DoubleValue
Auto Trait Implementations§
impl Freeze for DoubleValue
impl RefUnwindSafe for DoubleValue
impl Send for DoubleValue
impl Sync for DoubleValue
impl Unpin for DoubleValue
impl UnwindSafe for DoubleValue
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