pub enum CtmTemporalBoundaryShuntItemNumSteps {
Variant0(NonnegativeInteger),
Variant1(Vec<NonnegativeInteger>),
}Expand description
[-] number of initial energized steps per section
JSON schema
{
"description": "[-] number of initial energized steps per section",
"anyOf": [
{
"$ref": "#/$defs/nonnegative_integer"
},
{
"type": "array",
"items": {
"$ref": "#/$defs/nonnegative_integer"
}
}
]
}Variants§
Variant0(NonnegativeInteger)
Variant1(Vec<NonnegativeInteger>)
Trait Implementations§
Source§impl Clone for CtmTemporalBoundaryShuntItemNumSteps
impl Clone for CtmTemporalBoundaryShuntItemNumSteps
Source§fn clone(&self) -> CtmTemporalBoundaryShuntItemNumSteps
fn clone(&self) -> CtmTemporalBoundaryShuntItemNumSteps
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 CtmTemporalBoundaryShuntItemNumSteps
impl<'de> Deserialize<'de> for CtmTemporalBoundaryShuntItemNumSteps
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<&CtmTemporalBoundaryShuntItemNumSteps> for CtmTemporalBoundaryShuntItemNumSteps
impl From<&CtmTemporalBoundaryShuntItemNumSteps> for CtmTemporalBoundaryShuntItemNumSteps
Source§fn from(value: &CtmTemporalBoundaryShuntItemNumSteps) -> Self
fn from(value: &CtmTemporalBoundaryShuntItemNumSteps) -> Self
Converts to this type from the input type.
Source§impl From<NonnegativeInteger> for CtmTemporalBoundaryShuntItemNumSteps
impl From<NonnegativeInteger> for CtmTemporalBoundaryShuntItemNumSteps
Source§fn from(value: NonnegativeInteger) -> Self
fn from(value: NonnegativeInteger) -> Self
Converts to this type from the input type.
Source§impl From<Vec<NonnegativeInteger>> for CtmTemporalBoundaryShuntItemNumSteps
impl From<Vec<NonnegativeInteger>> for CtmTemporalBoundaryShuntItemNumSteps
Source§fn from(value: Vec<NonnegativeInteger>) -> Self
fn from(value: Vec<NonnegativeInteger>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CtmTemporalBoundaryShuntItemNumSteps
impl RefUnwindSafe for CtmTemporalBoundaryShuntItemNumSteps
impl Send for CtmTemporalBoundaryShuntItemNumSteps
impl Sync for CtmTemporalBoundaryShuntItemNumSteps
impl Unpin for CtmTemporalBoundaryShuntItemNumSteps
impl UnwindSafe for CtmTemporalBoundaryShuntItemNumSteps
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)