pub struct CtmTemporalBoundaryGlobalParams {
pub time_elapsed: NonnegativeNumber,
}Expand description
structure to hold global parameters of temporal boundary
JSON schema
{
"description": "structure to hold global parameters of temporal boundary",
"type": "object",
"required": [
"time_elapsed"
],
"properties": {
"time_elapsed": {
"description": "[seconds] time elapsed since temporal_boundary conditions where present in the system",
"$ref": "#/$defs/nonnegative_number"
}
}
}Fields§
§time_elapsed: NonnegativeNumber[seconds] time elapsed since temporal_boundary conditions where present in the system
Implementations§
Trait Implementations§
Source§impl Clone for CtmTemporalBoundaryGlobalParams
impl Clone for CtmTemporalBoundaryGlobalParams
Source§fn clone(&self) -> CtmTemporalBoundaryGlobalParams
fn clone(&self) -> CtmTemporalBoundaryGlobalParams
Returns a duplicate of the value. Read more
1.0.0§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 CtmTemporalBoundaryGlobalParams
impl<'de> Deserialize<'de> for CtmTemporalBoundaryGlobalParams
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 From<&CtmTemporalBoundaryGlobalParams> for CtmTemporalBoundaryGlobalParams
impl From<&CtmTemporalBoundaryGlobalParams> for CtmTemporalBoundaryGlobalParams
Source§fn from(value: &CtmTemporalBoundaryGlobalParams) -> Self
fn from(value: &CtmTemporalBoundaryGlobalParams) -> Self
Converts to this type from the input type.
Source§impl From<CtmTemporalBoundaryGlobalParams> for CtmTemporalBoundaryGlobalParams
impl From<CtmTemporalBoundaryGlobalParams> for CtmTemporalBoundaryGlobalParams
Source§fn from(value: CtmTemporalBoundaryGlobalParams) -> Self
fn from(value: CtmTemporalBoundaryGlobalParams) -> Self
Converts to this type from the input type.
Source§impl TryFrom<CtmTemporalBoundaryGlobalParams> for CtmTemporalBoundaryGlobalParams
impl TryFrom<CtmTemporalBoundaryGlobalParams> for CtmTemporalBoundaryGlobalParams
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(
value: CtmTemporalBoundaryGlobalParams,
) -> Result<Self, ConversionError>
fn try_from( value: CtmTemporalBoundaryGlobalParams, ) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for CtmTemporalBoundaryGlobalParams
impl RefUnwindSafe for CtmTemporalBoundaryGlobalParams
impl Send for CtmTemporalBoundaryGlobalParams
impl Sync for CtmTemporalBoundaryGlobalParams
impl Unpin for CtmTemporalBoundaryGlobalParams
impl UnwindSafe for CtmTemporalBoundaryGlobalParams
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)