pub enum RadarStyleValues {
Filled,
Marker,
Standard,
}Variants§
Trait Implementations§
Source§impl Clone for RadarStyleValues
impl Clone for RadarStyleValues
Source§fn clone(&self) -> RadarStyleValues
fn clone(&self) -> RadarStyleValues
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 RadarStyleValues
impl Debug for RadarStyleValues
Source§impl Default for RadarStyleValues
impl Default for RadarStyleValues
Source§impl EnumTrait for RadarStyleValues
impl EnumTrait for RadarStyleValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for RadarStyleValues
impl RefUnwindSafe for RadarStyleValues
impl Send for RadarStyleValues
impl Sync for RadarStyleValues
impl Unpin for RadarStyleValues
impl UnwindSafe for RadarStyleValues
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