pub struct SpectralLocale {
pub axis: SpectralAxis,
pub title: SpectralTitle,
pub region: SpectralRegion,
pub warning: SpectralWarning,
pub units: SpectralUnits,
pub tm30: Tm30Locale,
pub metrics: SpectralMetrics,
}Expand description
Spectral diagram translations
Fields§
§axis: SpectralAxis§title: SpectralTitle§region: SpectralRegion§warning: SpectralWarning§units: SpectralUnits§tm30: Tm30Locale§metrics: SpectralMetricsTrait Implementations§
Source§impl Clone for SpectralLocale
impl Clone for SpectralLocale
Source§fn clone(&self) -> SpectralLocale
fn clone(&self) -> SpectralLocale
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 SpectralLocale
impl Debug for SpectralLocale
Source§impl<'de> Deserialize<'de> for SpectralLocale
impl<'de> Deserialize<'de> for SpectralLocale
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 SpectralLocale
impl PartialEq for SpectralLocale
Source§impl Serialize for SpectralLocale
impl Serialize for SpectralLocale
impl StructuralPartialEq for SpectralLocale
Auto Trait Implementations§
impl Freeze for SpectralLocale
impl RefUnwindSafe for SpectralLocale
impl Send for SpectralLocale
impl Sync for SpectralLocale
impl Unpin for SpectralLocale
impl UnsafeUnpin for SpectralLocale
impl UnwindSafe for SpectralLocale
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