pub struct StringData {
pub formula: String,
pub points: Vec<CategoryPoint>,
}Expand description
String data reference
Fields§
§formula: String§points: Vec<CategoryPoint>Implementations§
Trait Implementations§
Source§impl Clone for StringData
impl Clone for StringData
Source§fn clone(&self) -> StringData
fn clone(&self) -> StringData
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 moreAuto Trait Implementations§
impl Freeze for StringData
impl RefUnwindSafe for StringData
impl Send for StringData
impl Sync for StringData
impl Unpin for StringData
impl UnwindSafe for StringData
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