pub struct RealRepresentationItem {
pub name: String,
pub the_value: f64,
}Fields§
§name: String§the_value: f64Trait Implementations§
Source§impl Clone for RealRepresentationItem
impl Clone for RealRepresentationItem
Source§fn clone(&self) -> RealRepresentationItem
fn clone(&self) -> RealRepresentationItem
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 RealRepresentationItem
impl Debug for RealRepresentationItem
Source§impl PartialEq for RealRepresentationItem
impl PartialEq for RealRepresentationItem
Source§fn eq(&self, other: &RealRepresentationItem) -> bool
fn eq(&self, other: &RealRepresentationItem) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RealRepresentationItem
Auto Trait Implementations§
impl Freeze for RealRepresentationItem
impl RefUnwindSafe for RealRepresentationItem
impl Send for RealRepresentationItem
impl Sync for RealRepresentationItem
impl Unpin for RealRepresentationItem
impl UnsafeUnpin for RealRepresentationItem
impl UnwindSafe for RealRepresentationItem
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