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