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