Struct plotly::common::Line [−][src]
Implementations
impl Line
[src]
pub fn new() -> Line
[src]
pub fn width(self, width: f64) -> Line
[src]
pub fn shape(self, shape: LineShape) -> Line
[src]
pub fn smoothing(self, smoothing: f64) -> Line
[src]
pub fn dash(self, dash: DashType) -> Line
[src]
pub fn simplify(self, simplify: bool) -> Line
[src]
pub fn color<C: Color>(self, color: C) -> Line
[src]
pub fn cauto(self, cauto: bool) -> Line
[src]
pub fn cmin(self, cmin: f64) -> Line
[src]
pub fn cmax(self, cmax: f64) -> Line
[src]
pub fn cmid(self, cmid: f64) -> Line
[src]
pub fn color_scale(self, color_scale: ColorScale) -> Line
[src]
pub fn auto_color_scale(self, auto_color_scale: bool) -> Line
[src]
pub fn reverse_scale(self, reverse_scale: bool) -> Line
[src]
pub fn outlier_color<C: Color>(self, outlier_color: C) -> Line
[src]
pub fn outlier_width(self, outlier_width: usize) -> Line
[src]
Trait Implementations
impl Clone for Line
[src]
impl Debug for Line
[src]
impl Default for Line
[src]
impl Serialize for Line
[src]
Auto Trait Implementations
impl RefUnwindSafe for Line
[src]
impl Send for Line
[src]
impl Sync for Line
[src]
impl Unpin for Line
[src]
impl UnwindSafe for Line
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,