pub struct AxisId(/* private fields */);Expand description
A producer-compatible ChartML axis identifier.
ECMA-376 names an unsigned value, but PowerPoint emits signed 32-bit lexical values in real chart parts. The accepted domain covers both forms.
Implementations§
Trait Implementations§
impl Copy for AxisId
impl Eq for AxisId
impl StructuralPartialEq for AxisId
Auto Trait Implementations§
impl Freeze for AxisId
impl RefUnwindSafe for AxisId
impl Send for AxisId
impl Sync for AxisId
impl Unpin for AxisId
impl UnsafeUnpin for AxisId
impl UnwindSafe for AxisId
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