pub struct MarkerStyle { /* private fields */ }
Implementations§
Source§impl MarkerStyle
impl MarkerStyle
Trait Implementations§
Source§impl Clone for MarkerStyle
impl Clone for MarkerStyle
Source§fn clone(&self) -> MarkerStyle
fn clone(&self) -> MarkerStyle
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 Default for MarkerStyle
impl Default for MarkerStyle
Source§impl Display for MarkerStyle
impl Display for MarkerStyle
Source§impl<S: AsRef<str> + Clone> From<MarkerStyle> for MarkerAppearence<S>
impl<S: AsRef<str> + Clone> From<MarkerStyle> for MarkerAppearence<S>
Source§fn from(marker_style: MarkerStyle) -> Self
fn from(marker_style: MarkerStyle) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MarkerStyle
impl RefUnwindSafe for MarkerStyle
impl Send for MarkerStyle
impl Sync for MarkerStyle
impl Unpin for MarkerStyle
impl UnwindSafe for MarkerStyle
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