pub struct FeaThermoFieldSource {
pub source_id: String,
pub revision: u32,
pub interpolation_mode: Option<FeaThermoFieldInterpolationMode>,
pub expected_region_ids: Vec<String>,
}Fields§
§source_id: String§revision: u32§interpolation_mode: Option<FeaThermoFieldInterpolationMode>§expected_region_ids: Vec<String>Trait Implementations§
Source§impl Clone for FeaThermoFieldSource
impl Clone for FeaThermoFieldSource
Source§fn clone(&self) -> FeaThermoFieldSource
fn clone(&self) -> FeaThermoFieldSource
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 FeaThermoFieldSource
impl Debug for FeaThermoFieldSource
Source§impl<'de> Deserialize<'de> for FeaThermoFieldSource
impl<'de> Deserialize<'de> for FeaThermoFieldSource
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 FeaThermoFieldSource
impl PartialEq for FeaThermoFieldSource
Source§impl Serialize for FeaThermoFieldSource
impl Serialize for FeaThermoFieldSource
impl StructuralPartialEq for FeaThermoFieldSource
Auto Trait Implementations§
impl Freeze for FeaThermoFieldSource
impl RefUnwindSafe for FeaThermoFieldSource
impl Send for FeaThermoFieldSource
impl Sync for FeaThermoFieldSource
impl Unpin for FeaThermoFieldSource
impl UnsafeUnpin for FeaThermoFieldSource
impl UnwindSafe for FeaThermoFieldSource
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