pub struct NoopStepCallback;Expand description
空回调 — 不执行任何操作。
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoopStepCallback
impl RefUnwindSafe for NoopStepCallback
impl Send for NoopStepCallback
impl Sync for NoopStepCallback
impl Unpin for NoopStepCallback
impl UnsafeUnpin for NoopStepCallback
impl UnwindSafe for NoopStepCallback
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