pub struct ExecCtx {
pub seq: u64,
pub execution_id: Option<Arc<str>>,
pub step_ordinal: Option<u64>,
}Fields§
§seq: u64§execution_id: Option<Arc<str>>§step_ordinal: Option<u64>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExecCtx
impl RefUnwindSafe for ExecCtx
impl Send for ExecCtx
impl Sync for ExecCtx
impl Unpin for ExecCtx
impl UnsafeUnpin for ExecCtx
impl UnwindSafe for ExecCtx
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