pub struct BlockStop {
pub index: usize,
pub block_type: BlockType,
pub stop_reason: Option<StopReason>,
}Expand description
ブロック停止イベント
Fields§
§index: usizeブロックのインデックス
block_type: BlockTypeブロックの種別
stop_reason: Option<StopReason>停止理由
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for BlockStop
impl<'de> Deserialize<'de> for BlockStop
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
impl StructuralPartialEq for BlockStop
Auto Trait Implementations§
impl Freeze for BlockStop
impl RefUnwindSafe for BlockStop
impl Send for BlockStop
impl Sync for BlockStop
impl Unpin for BlockStop
impl UnwindSafe for BlockStop
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