pub enum RadarStyle {
Filled,
Marker,
Standard,
}Expand description
Display style for a two-dimensional radar plot.
Variants§
Trait Implementations§
Source§impl Clone for RadarStyle
impl Clone for RadarStyle
Source§fn clone(&self) -> RadarStyle
fn clone(&self) -> RadarStyle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RadarStyle
Source§impl Debug for RadarStyle
impl Debug for RadarStyle
impl Eq for RadarStyle
Source§impl PartialEq for RadarStyle
impl PartialEq for RadarStyle
impl StructuralPartialEq for RadarStyle
Auto Trait Implementations§
impl Freeze for RadarStyle
impl RefUnwindSafe for RadarStyle
impl Send for RadarStyle
impl Sync for RadarStyle
impl Unpin for RadarStyle
impl UnsafeUnpin for RadarStyle
impl UnwindSafe for RadarStyle
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