pub struct FlowProperty {
pub name: Vec<ValueLang>,
pub uuid: String,
pub mean_value: f64,
pub reference_flow_property: Option<bool>,
pub reference_unit: Option<String>,
pub unit_group_uuid: Option<String>,
}Fields§
§name: Vec<ValueLang>§uuid: String§mean_value: f64§reference_flow_property: Option<bool>§reference_unit: Option<String>§unit_group_uuid: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for FlowProperty
impl<'de> Deserialize<'de> for FlowProperty
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
Auto Trait Implementations§
impl Freeze for FlowProperty
impl RefUnwindSafe for FlowProperty
impl Send for FlowProperty
impl Sync for FlowProperty
impl Unpin for FlowProperty
impl UnsafeUnpin for FlowProperty
impl UnwindSafe for FlowProperty
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