pub struct ChartAxis {
pub id: u32,
pub position: String,
pub cross_axis_id: u32,
pub delete: bool,
}Expand description
Chart axis
Fields§
§id: u32§position: String§cross_axis_id: u32§delete: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChartAxis
impl RefUnwindSafe for ChartAxis
impl Send for ChartAxis
impl Sync for ChartAxis
impl Unpin for ChartAxis
impl UnwindSafe for ChartAxis
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