pub struct StepRegistry { /* private fields */ }Implementations§
Source§impl StepRegistry
impl StepRegistry
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StepRegistry
impl RefUnwindSafe for StepRegistry
impl Send for StepRegistry
impl Sync for StepRegistry
impl Unpin for StepRegistry
impl UnwindSafe for StepRegistry
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