pub struct LampSetLocale {
pub title: String,
pub set_n: String,
pub num_lamps: String,
pub luminous_flux: String,
pub wattage: String,
pub lamp_type: String,
pub color_appearance: String,
pub color_rendering: String,
pub remove: String,
}Fields§
§title: String§set_n: String§num_lamps: String§luminous_flux: String§wattage: String§lamp_type: String§color_appearance: String§color_rendering: String§remove: StringTrait Implementations§
Source§impl Clone for LampSetLocale
impl Clone for LampSetLocale
Source§fn clone(&self) -> LampSetLocale
fn clone(&self) -> LampSetLocale
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 LampSetLocale
impl Debug for LampSetLocale
Source§impl<'de> Deserialize<'de> for LampSetLocale
impl<'de> Deserialize<'de> for LampSetLocale
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 LampSetLocale
impl PartialEq for LampSetLocale
Source§impl Serialize for LampSetLocale
impl Serialize for LampSetLocale
impl StructuralPartialEq for LampSetLocale
Auto Trait Implementations§
impl Freeze for LampSetLocale
impl RefUnwindSafe for LampSetLocale
impl Send for LampSetLocale
impl Sync for LampSetLocale
impl Unpin for LampSetLocale
impl UnsafeUnpin for LampSetLocale
impl UnwindSafe for LampSetLocale
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