pub struct DiagramBug {
pub forward_light: String,
pub back_light: String,
pub uplight: String,
pub total: String,
pub sum: String,
pub zone_low: String,
pub zone_medium: String,
pub zone_high: String,
pub zone_very_high: String,
pub lumens: String,
pub percent: String,
}Fields§
§forward_light: String§back_light: String§uplight: String§total: String§sum: String§zone_low: String§zone_medium: String§zone_high: String§zone_very_high: String§lumens: String§percent: StringTrait Implementations§
Source§impl Clone for DiagramBug
impl Clone for DiagramBug
Source§fn clone(&self) -> DiagramBug
fn clone(&self) -> DiagramBug
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 DiagramBug
impl Debug for DiagramBug
Source§impl<'de> Deserialize<'de> for DiagramBug
impl<'de> Deserialize<'de> for DiagramBug
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 DiagramBug
impl PartialEq for DiagramBug
Source§impl Serialize for DiagramBug
impl Serialize for DiagramBug
impl StructuralPartialEq for DiagramBug
Auto Trait Implementations§
impl Freeze for DiagramBug
impl RefUnwindSafe for DiagramBug
impl Send for DiagramBug
impl Sync for DiagramBug
impl Unpin for DiagramBug
impl UnsafeUnpin for DiagramBug
impl UnwindSafe for DiagramBug
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