pub struct SerAx {
pub ax_id: UintVal,
pub scaling: Scaling,
pub delete: BoolVal,
pub ax_pos: StringVal,
pub cross_ax: UintVal,
}Expand description
Series axis (used by surface and some 3D charts).
Fields§
§ax_id: UintVal§scaling: Scaling§delete: BoolVal§ax_pos: StringVal§cross_ax: UintValTrait Implementations§
Source§impl<'de> Deserialize<'de> for SerAx
impl<'de> Deserialize<'de> for SerAx
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
impl StructuralPartialEq for SerAx
Auto Trait Implementations§
impl Freeze for SerAx
impl RefUnwindSafe for SerAx
impl Send for SerAx
impl Sync for SerAx
impl Unpin for SerAx
impl UnwindSafe for SerAx
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