pub struct GroupStep {
pub name: String,
pub steps: Vec<Step>,
}Fields§
§name: String§steps: Vec<Step>Trait Implementations§
impl StructuralPartialEq for GroupStep
Auto Trait Implementations§
impl Freeze for GroupStep
impl RefUnwindSafe for GroupStep
impl Send for GroupStep
impl Sync for GroupStep
impl Unpin for GroupStep
impl UnsafeUnpin for GroupStep
impl UnwindSafe for GroupStep
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