pub struct SpectralWarning {
pub uv_thermal: String,
pub uv_exposure: String,
pub high_thermal: String,
}Fields§
§uv_thermal: String§uv_exposure: String§high_thermal: StringTrait Implementations§
Source§impl Clone for SpectralWarning
impl Clone for SpectralWarning
Source§fn clone(&self) -> SpectralWarning
fn clone(&self) -> SpectralWarning
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 SpectralWarning
impl Debug for SpectralWarning
Source§impl<'de> Deserialize<'de> for SpectralWarning
impl<'de> Deserialize<'de> for SpectralWarning
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 PartialEq for SpectralWarning
impl PartialEq for SpectralWarning
Source§impl Serialize for SpectralWarning
impl Serialize for SpectralWarning
impl StructuralPartialEq for SpectralWarning
Auto Trait Implementations§
impl Freeze for SpectralWarning
impl RefUnwindSafe for SpectralWarning
impl Send for SpectralWarning
impl Sync for SpectralWarning
impl Unpin for SpectralWarning
impl UnsafeUnpin for SpectralWarning
impl UnwindSafe for SpectralWarning
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