pub struct CatAx {
pub ax_id: UintVal,
pub scaling: Scaling,
pub delete: BoolVal,
pub ax_pos: StringVal,
pub cross_ax: UintVal,
}Expand description
Category axis.
Fields§
§ax_id: UintVal§scaling: Scaling§delete: BoolVal§ax_pos: StringVal§cross_ax: UintValTrait Implementations§
Source§impl<'de> Deserialize<'de> for CatAx
impl<'de> Deserialize<'de> for CatAx
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 CatAx
Auto Trait Implementations§
impl Freeze for CatAx
impl RefUnwindSafe for CatAx
impl Send for CatAx
impl Sync for CatAx
impl Unpin for CatAx
impl UnwindSafe for CatAx
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