pub struct Steps { /* private fields */ }Expand description
Builder for a step sequence
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Steps
impl RefUnwindSafe for Steps
impl Send for Steps
impl Sync for Steps
impl Unpin for Steps
impl UnsafeUnpin for Steps
impl UnwindSafe for Steps
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