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