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