[][src]Struct plotly::common::Title

pub struct Title { /* fields omitted */ }

Methods

impl Title[src]

pub fn new(text: &str) -> Title[src]

pub fn font(self, font: Font) -> Title[src]

pub fn side(self, side: Side) -> Title[src]

pub fn x_ref(self, xref: Reference) -> Title[src]

pub fn y_ref(self, yref: Reference) -> Title[src]

pub fn x(self, x: f64) -> Title[src]

pub fn y(self, y: f64) -> Title[src]

pub fn x_anchor(self, anchor: Anchor) -> Title[src]

pub fn y_anchor(self, anchor: Anchor) -> Title[src]

pub fn pad(self, pad: Pad) -> Title[src]

Trait Implementations

impl Debug for Title[src]

impl Serialize for Title[src]

Auto Trait Implementations

impl RefUnwindSafe for Title

impl Send for Title

impl Sync for Title

impl Unpin for Title

impl UnwindSafe for Title

Blanket Implementations

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

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

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

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<V, T> VZip<V> for T where
    V: MultiLane<T>,