[][src]Struct tui::widgets::Axis

pub struct Axis<'a, L> where
    L: AsRef<str> + 'a, 
{ /* fields omitted */ }

An X or Y axis for the chart widget

Methods

impl<'a, L> Axis<'a, L> where
    L: AsRef<str>, 
[src]

pub fn title(self, title: &'a str) -> Axis<'a, L>[src]

pub fn title_style(self, style: Style) -> Axis<'a, L>[src]

pub fn bounds(self, bounds: [f64; 2]) -> Axis<'a, L>[src]

pub fn labels(self, labels: &'a [L]) -> Axis<'a, L>[src]

pub fn labels_style(self, style: Style) -> Axis<'a, L>[src]

pub fn style(self, style: Style) -> Axis<'a, L>[src]

Trait Implementations

impl<'a, L> Default for Axis<'a, L> where
    L: AsRef<str>, 
[src]

Auto Trait Implementations

impl<'a, L> Send for Axis<'a, L> where
    L: Sync

impl<'a, L> Sync for Axis<'a, L> where
    L: Sync

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]