pub struct ElectroRegionConductivityScale {
pub region_id: String,
pub conductivity_scale: f64,
}Fields§
§region_id: String§conductivity_scale: f64Trait Implementations§
Source§impl Clone for ElectroRegionConductivityScale
impl Clone for ElectroRegionConductivityScale
Source§fn clone(&self) -> ElectroRegionConductivityScale
fn clone(&self) -> ElectroRegionConductivityScale
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<'de> Deserialize<'de> for ElectroRegionConductivityScale
impl<'de> Deserialize<'de> for ElectroRegionConductivityScale
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 ElectroRegionConductivityScale
impl PartialEq for ElectroRegionConductivityScale
Source§fn eq(&self, other: &ElectroRegionConductivityScale) -> bool
fn eq(&self, other: &ElectroRegionConductivityScale) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ElectroRegionConductivityScale
Auto Trait Implementations§
impl Freeze for ElectroRegionConductivityScale
impl RefUnwindSafe for ElectroRegionConductivityScale
impl Send for ElectroRegionConductivityScale
impl Sync for ElectroRegionConductivityScale
impl Unpin for ElectroRegionConductivityScale
impl UnsafeUnpin for ElectroRegionConductivityScale
impl UnwindSafe for ElectroRegionConductivityScale
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