pub struct CfgSimpleBlock {
pub label: CfgLabel,
pub actions: Vec<CfgAction>,
pub next: Option<CfgLabel>,
}
Fields§
§label: CfgLabel
§actions: Vec<CfgAction>
§next: Option<CfgLabel>
Trait Implementations§
Source§impl Debug for CfgSimpleBlock
impl Debug for CfgSimpleBlock
Source§impl<'de> Deserialize<'de> for CfgSimpleBlock
impl<'de> Deserialize<'de> for CfgSimpleBlock
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 CfgSimpleBlock
impl PartialEq for CfgSimpleBlock
Source§impl Serialize for CfgSimpleBlock
impl Serialize for CfgSimpleBlock
impl Eq for CfgSimpleBlock
impl StructuralPartialEq for CfgSimpleBlock
Auto Trait Implementations§
impl Freeze for CfgSimpleBlock
impl RefUnwindSafe for CfgSimpleBlock
impl Send for CfgSimpleBlock
impl Sync for CfgSimpleBlock
impl Unpin for CfgSimpleBlock
impl UnwindSafe for CfgSimpleBlock
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