Struct skema::GrometBoxLoop
source · pub struct GrometBoxLoop {
pub name: Option<String>,
pub pre: Option<u32>,
pub condition: Option<u32>,
pub init: Option<u32>,
pub body: Option<u32>,
pub gromet_type: Option<String>,
pub metadata: Option<u32>,
}
Fields§
§name: Option<String>
§pre: Option<u32>
§condition: Option<u32>
§init: Option<u32>
§body: Option<u32>
§gromet_type: Option<String>
§metadata: Option<u32>
Trait Implementations§
source§impl Clone for GrometBoxLoop
impl Clone for GrometBoxLoop
source§fn clone(&self) -> GrometBoxLoop
fn clone(&self) -> GrometBoxLoop
Returns a copy of the value. Read more
1.0.0 · 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 GrometBoxLoop
impl Debug for GrometBoxLoop
source§impl<'de> Deserialize<'de> for GrometBoxLoop
impl<'de> Deserialize<'de> for GrometBoxLoop
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 Serialize for GrometBoxLoop
impl Serialize for GrometBoxLoop
Auto Trait Implementations§
impl RefUnwindSafe for GrometBoxLoop
impl Send for GrometBoxLoop
impl Sync for GrometBoxLoop
impl Unpin for GrometBoxLoop
impl UnwindSafe for GrometBoxLoop
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