pub struct YAxisSpec {
pub label: Option<String>,
pub formatter: ValueFormatter,
pub include_zero: bool,
}Fields§
§label: Option<String>§formatter: ValueFormatter§include_zero: boolTrait Implementations§
impl StructuralPartialEq for YAxisSpec
Auto Trait Implementations§
impl Freeze for YAxisSpec
impl RefUnwindSafe for YAxisSpec
impl Send for YAxisSpec
impl Sync for YAxisSpec
impl Unpin for YAxisSpec
impl UnsafeUnpin for YAxisSpec
impl UnwindSafe for YAxisSpec
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