pub struct StripLogRenderOptions {Show 13 fields
pub column_width_px: u32,
pub px_per_meter: Option<f64>,
pub left_margin_px: u32,
pub right_margin_px: u32,
pub top_margin_px: u32,
pub bottom_margin_px: u32,
pub tick_every_meters: f64,
pub show_grid: bool,
pub show_labels: bool,
pub axis_unit_label: String,
pub colors: Option<StripLogColors>,
pub font_family: String,
pub title: Option<String>,
}Fields§
§column_width_px: u32§px_per_meter: Option<f64>§left_margin_px: u32§right_margin_px: u32§top_margin_px: u32§bottom_margin_px: u32§tick_every_meters: f64§show_grid: bool§show_labels: bool§axis_unit_label: String§colors: Option<StripLogColors>§font_family: String§title: Option<String>Trait Implementations§
Source§impl Clone for StripLogRenderOptions
impl Clone for StripLogRenderOptions
Source§fn clone(&self) -> StripLogRenderOptions
fn clone(&self) -> StripLogRenderOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StripLogRenderOptions
impl Debug for StripLogRenderOptions
Source§impl Default for StripLogRenderOptions
impl Default for StripLogRenderOptions
Source§impl<'de> Deserialize<'de> for StripLogRenderOptions
impl<'de> Deserialize<'de> for StripLogRenderOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for StripLogRenderOptions
impl RefUnwindSafe for StripLogRenderOptions
impl Send for StripLogRenderOptions
impl Sync for StripLogRenderOptions
impl Unpin for StripLogRenderOptions
impl UnsafeUnpin for StripLogRenderOptions
impl UnwindSafe for StripLogRenderOptions
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