pub struct BootstrapComplete { /* private fields */ }Expand description
Proof that bootstrap completed successfully.
Trait Implementations§
Source§impl Clone for BootstrapComplete
impl Clone for BootstrapComplete
Source§fn clone(&self) -> BootstrapComplete
fn clone(&self) -> BootstrapComplete
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 BootstrapComplete
impl Debug for BootstrapComplete
impl Copy for BootstrapComplete
Auto Trait Implementations§
impl Freeze for BootstrapComplete
impl RefUnwindSafe for BootstrapComplete
impl Send for BootstrapComplete
impl Sync for BootstrapComplete
impl Unpin for BootstrapComplete
impl UnwindSafe for BootstrapComplete
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