pub struct AxisDesc {
pub title: String,
pub x_label: String,
pub y_label: String,
}Fields§
§title: String§x_label: String§y_label: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for AxisDesc
impl RefUnwindSafe for AxisDesc
impl Send for AxisDesc
impl Sync for AxisDesc
impl Unpin for AxisDesc
impl UnwindSafe for AxisDesc
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