pub struct UiSpectralBadges {
pub ir: String,
pub uv: String,
pub ir_high_title: String,
pub ir_title: String,
pub uv_high_title: String,
pub uv_title: String,
pub rg: String,
pub duv: String,
}Fields§
§ir: String§uv: String§ir_high_title: String§ir_title: String§uv_high_title: String§uv_title: String§rg: String§duv: StringTrait Implementations§
Source§impl Clone for UiSpectralBadges
impl Clone for UiSpectralBadges
Source§fn clone(&self) -> UiSpectralBadges
fn clone(&self) -> UiSpectralBadges
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 UiSpectralBadges
impl Debug for UiSpectralBadges
Source§impl<'de> Deserialize<'de> for UiSpectralBadges
impl<'de> Deserialize<'de> for UiSpectralBadges
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 UiSpectralBadges
impl PartialEq for UiSpectralBadges
Source§impl Serialize for UiSpectralBadges
impl Serialize for UiSpectralBadges
impl StructuralPartialEq for UiSpectralBadges
Auto Trait Implementations§
impl Freeze for UiSpectralBadges
impl RefUnwindSafe for UiSpectralBadges
impl Send for UiSpectralBadges
impl Sync for UiSpectralBadges
impl Unpin for UiSpectralBadges
impl UnsafeUnpin for UiSpectralBadges
impl UnwindSafe for UiSpectralBadges
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