pub struct BootstrapPlan { /* private fields */ }Implementations§
Source§impl BootstrapPlan
impl BootstrapPlan
pub fn wraith_default() -> Self
pub fn from_phases(phases: Vec<BootstrapPhase>) -> Self
pub fn phases(&self) -> &[BootstrapPhase]
Trait Implementations§
Source§impl Clone for BootstrapPlan
impl Clone for BootstrapPlan
Source§fn clone(&self) -> BootstrapPlan
fn clone(&self) -> BootstrapPlan
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BootstrapPlan
impl Debug for BootstrapPlan
Source§impl PartialEq for BootstrapPlan
impl PartialEq for BootstrapPlan
impl Eq for BootstrapPlan
impl StructuralPartialEq for BootstrapPlan
Auto Trait Implementations§
impl Freeze for BootstrapPlan
impl RefUnwindSafe for BootstrapPlan
impl Send for BootstrapPlan
impl Sync for BootstrapPlan
impl Unpin for BootstrapPlan
impl UnsafeUnpin for BootstrapPlan
impl UnwindSafe for BootstrapPlan
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