pub struct VisualOptions {
pub graph_only: bool,
pub spaced: bool,
pub graph_timeline: bool,
pub width: Option<usize>,
pub height: Option<usize>,
pub no_achievements: bool,
pub no_languages: bool,
pub no_issues: bool,
pub no_pr: bool,
pub no_account: bool,
pub no_grid: bool,
}Fields§
§graph_only: bool§spaced: bool§graph_timeline: bool§width: Option<usize>§height: Option<usize>§no_achievements: bool§no_languages: bool§no_issues: bool§no_pr: bool§no_account: bool§no_grid: boolTrait Implementations§
Source§impl Clone for VisualOptions
impl Clone for VisualOptions
Source§fn clone(&self) -> VisualOptions
fn clone(&self) -> VisualOptions
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 VisualOptions
impl Debug for VisualOptions
Source§impl Default for VisualOptions
impl Default for VisualOptions
Source§fn default() -> VisualOptions
fn default() -> VisualOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VisualOptions
impl RefUnwindSafe for VisualOptions
impl Send for VisualOptions
impl Sync for VisualOptions
impl Unpin for VisualOptions
impl UnwindSafe for VisualOptions
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