pub enum BootstrapPurpose {
Attach,
Recover,
}Variants§
Trait Implementations§
Source§impl Clone for BootstrapPurpose
impl Clone for BootstrapPurpose
Source§fn clone(&self) -> BootstrapPurpose
fn clone(&self) -> BootstrapPurpose
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BootstrapPurpose
Source§impl Debug for BootstrapPurpose
impl Debug for BootstrapPurpose
impl Eq for BootstrapPurpose
Source§impl PartialEq for BootstrapPurpose
impl PartialEq for BootstrapPurpose
impl StructuralPartialEq for BootstrapPurpose
Auto Trait Implementations§
impl Freeze for BootstrapPurpose
impl RefUnwindSafe for BootstrapPurpose
impl Send for BootstrapPurpose
impl Sync for BootstrapPurpose
impl Unpin for BootstrapPurpose
impl UnsafeUnpin for BootstrapPurpose
impl UnwindSafe for BootstrapPurpose
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