pub struct RadarChart {
pub radar_style: StringVal,
pub series: Vec<Series>,
pub ax_ids: Vec<UintVal>,
}Expand description
Radar chart definition.
Fields§
§radar_style: StringVal§series: Vec<Series>§ax_ids: Vec<UintVal>Trait Implementations§
Source§impl Clone for RadarChart
impl Clone for RadarChart
Source§fn clone(&self) -> RadarChart
fn clone(&self) -> RadarChart
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 RadarChart
impl Debug for RadarChart
Source§impl<'de> Deserialize<'de> for RadarChart
impl<'de> Deserialize<'de> for RadarChart
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RadarChart
impl PartialEq for RadarChart
Source§impl Serialize for RadarChart
impl Serialize for RadarChart
impl StructuralPartialEq for RadarChart
Auto Trait Implementations§
impl Freeze for RadarChart
impl RefUnwindSafe for RadarChart
impl Send for RadarChart
impl Sync for RadarChart
impl Unpin for RadarChart
impl UnwindSafe for RadarChart
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