pub struct RadarIndicatorOption {
pub name: Option<String>,
pub max: Option<f64>,
}Fields§
§name: Option<String>§max: Option<f64>Trait Implementations§
Source§impl Clone for RadarIndicatorOption
impl Clone for RadarIndicatorOption
Source§fn clone(&self) -> RadarIndicatorOption
fn clone(&self) -> RadarIndicatorOption
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 moreSource§impl Debug for RadarIndicatorOption
impl Debug for RadarIndicatorOption
Source§impl Default for RadarIndicatorOption
impl Default for RadarIndicatorOption
Source§fn default() -> RadarIndicatorOption
fn default() -> RadarIndicatorOption
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RadarIndicatorOption
impl<'de> Deserialize<'de> for RadarIndicatorOption
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
Auto Trait Implementations§
impl Freeze for RadarIndicatorOption
impl RefUnwindSafe for RadarIndicatorOption
impl Send for RadarIndicatorOption
impl Sync for RadarIndicatorOption
impl Unpin for RadarIndicatorOption
impl UnsafeUnpin for RadarIndicatorOption
impl UnwindSafe for RadarIndicatorOption
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