pub struct SummaryLocale {
pub title: String,
pub description: String,
pub beam_characteristics: String,
pub zonal_lumens: String,
pub glare_assessment: String,
pub luminaire_luminance: String,
pub room_config: String,
}Fields§
§title: String§description: String§beam_characteristics: String§zonal_lumens: String§glare_assessment: String§luminaire_luminance: String§room_config: StringTrait Implementations§
Source§impl Clone for SummaryLocale
impl Clone for SummaryLocale
Source§fn clone(&self) -> SummaryLocale
fn clone(&self) -> SummaryLocale
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 SummaryLocale
impl Debug for SummaryLocale
Source§impl<'de> Deserialize<'de> for SummaryLocale
impl<'de> Deserialize<'de> for SummaryLocale
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 SummaryLocale
impl PartialEq for SummaryLocale
Source§impl Serialize for SummaryLocale
impl Serialize for SummaryLocale
impl StructuralPartialEq for SummaryLocale
Auto Trait Implementations§
impl Freeze for SummaryLocale
impl RefUnwindSafe for SummaryLocale
impl Send for SummaryLocale
impl Sync for SummaryLocale
impl Unpin for SummaryLocale
impl UnsafeUnpin for SummaryLocale
impl UnwindSafe for SummaryLocale
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