pub struct DataLabelsSpec {
pub show: Option<bool>,
pub position: Option<String>,
pub format: Option<String>,
pub color: Option<String>,
pub font_size: Option<f64>,
}Fields§
§show: Option<bool>§position: Option<String>§format: Option<String>§color: Option<String>§font_size: Option<f64>Trait Implementations§
Source§impl Clone for DataLabelsSpec
impl Clone for DataLabelsSpec
Source§fn clone(&self) -> DataLabelsSpec
fn clone(&self) -> DataLabelsSpec
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 DataLabelsSpec
impl Debug for DataLabelsSpec
Source§impl<'de> Deserialize<'de> for DataLabelsSpec
impl<'de> Deserialize<'de> for DataLabelsSpec
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
Auto Trait Implementations§
impl Freeze for DataLabelsSpec
impl RefUnwindSafe for DataLabelsSpec
impl Send for DataLabelsSpec
impl Sync for DataLabelsSpec
impl Unpin for DataLabelsSpec
impl UnsafeUnpin for DataLabelsSpec
impl UnwindSafe for DataLabelsSpec
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