Struct zen_engine::model::SwitchNodeContent
source · pub struct SwitchNodeContent {
pub hit_policy: SwitchStatementHitPolicy,
pub statements: Vec<SwitchStatement>,
}Fields§
§hit_policy: SwitchStatementHitPolicy§statements: Vec<SwitchStatement>Trait Implementations§
source§impl Clone for SwitchNodeContent
impl Clone for SwitchNodeContent
source§fn clone(&self) -> SwitchNodeContent
fn clone(&self) -> SwitchNodeContent
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 SwitchNodeContent
impl Debug for SwitchNodeContent
source§impl<'de> Deserialize<'de> for SwitchNodeContent
impl<'de> Deserialize<'de> for SwitchNodeContent
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 SwitchNodeContent
impl PartialEq for SwitchNodeContent
source§fn eq(&self, other: &SwitchNodeContent) -> bool
fn eq(&self, other: &SwitchNodeContent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for SwitchNodeContent
impl Serialize for SwitchNodeContent
impl StructuralPartialEq for SwitchNodeContent
Auto Trait Implementations§
impl RefUnwindSafe for SwitchNodeContent
impl Send for SwitchNodeContent
impl Sync for SwitchNodeContent
impl Unpin for SwitchNodeContent
impl UnwindSafe for SwitchNodeContent
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