pub enum RadarStyleType {
Standard,
Marker,
Filled,
}Variants§
Trait Implementations§
Source§impl Clone for RadarStyleType
impl Clone for RadarStyleType
Source§fn clone(&self) -> RadarStyleType
fn clone(&self) -> RadarStyleType
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 RadarStyleType
impl Debug for RadarStyleType
Source§impl<'de> Deserialize<'de> for RadarStyleType
impl<'de> Deserialize<'de> for RadarStyleType
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
Source§impl Display for RadarStyleType
impl Display for RadarStyleType
Source§impl FromStr for RadarStyleType
impl FromStr for RadarStyleType
Source§impl PartialEq for RadarStyleType
impl PartialEq for RadarStyleType
Source§impl Serialize for RadarStyleType
impl Serialize for RadarStyleType
impl Copy for RadarStyleType
impl Eq for RadarStyleType
impl StructuralPartialEq for RadarStyleType
Auto Trait Implementations§
impl Freeze for RadarStyleType
impl RefUnwindSafe for RadarStyleType
impl Send for RadarStyleType
impl Sync for RadarStyleType
impl Unpin for RadarStyleType
impl UnsafeUnpin for RadarStyleType
impl UnwindSafe for RadarStyleType
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