pub struct V1ElectricalDCCurrentMeta {
pub warn_upper: Option<f64>,
pub warn_lower: Option<f64>,
pub fault_upper: Option<f64>,
pub fault_lower: Option<f64>,
}Fields§
§warn_upper: Option<f64>§warn_lower: Option<f64>§fault_upper: Option<f64>§fault_lower: Option<f64>Implementations§
Trait Implementations§
Source§impl Clone for V1ElectricalDCCurrentMeta
impl Clone for V1ElectricalDCCurrentMeta
Source§fn clone(&self) -> V1ElectricalDCCurrentMeta
fn clone(&self) -> V1ElectricalDCCurrentMeta
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 V1ElectricalDCCurrentMeta
impl Debug for V1ElectricalDCCurrentMeta
Source§impl Default for V1ElectricalDCCurrentMeta
impl Default for V1ElectricalDCCurrentMeta
Source§fn default() -> V1ElectricalDCCurrentMeta
fn default() -> V1ElectricalDCCurrentMeta
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for V1ElectricalDCCurrentMeta
impl<'de> Deserialize<'de> for V1ElectricalDCCurrentMeta
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 V1ElectricalDCCurrentMeta
impl PartialEq for V1ElectricalDCCurrentMeta
Source§fn eq(&self, other: &V1ElectricalDCCurrentMeta) -> bool
fn eq(&self, other: &V1ElectricalDCCurrentMeta) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for V1ElectricalDCCurrentMeta
Auto Trait Implementations§
impl Freeze for V1ElectricalDCCurrentMeta
impl RefUnwindSafe for V1ElectricalDCCurrentMeta
impl Send for V1ElectricalDCCurrentMeta
impl Sync for V1ElectricalDCCurrentMeta
impl Unpin for V1ElectricalDCCurrentMeta
impl UnsafeUnpin for V1ElectricalDCCurrentMeta
impl UnwindSafe for V1ElectricalDCCurrentMeta
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