pub struct StepStartEvent {
pub step: usize,
}Expand description
Step start event
Fields§
§step: usizeImplementations§
Trait Implementations§
Source§impl Clone for StepStartEvent
impl Clone for StepStartEvent
Source§fn clone(&self) -> StepStartEvent
fn clone(&self) -> StepStartEvent
Returns a duplicate 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 StepStartEvent
impl Debug for StepStartEvent
Source§impl<'de> Deserialize<'de> for StepStartEvent
impl<'de> Deserialize<'de> for StepStartEvent
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
Auto Trait Implementations§
impl Freeze for StepStartEvent
impl RefUnwindSafe for StepStartEvent
impl Send for StepStartEvent
impl Sync for StepStartEvent
impl Unpin for StepStartEvent
impl UnsafeUnpin for StepStartEvent
impl UnwindSafe for StepStartEvent
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