pub struct BootstrapRepair {
pub description: String,
pub kind: BootstrapRepairKind,
}Fields§
§description: String§kind: BootstrapRepairKindImplementations§
Source§impl BootstrapRepair
impl BootstrapRepair
pub fn command_preview(&self) -> Vec<String>
Trait Implementations§
Source§impl Clone for BootstrapRepair
impl Clone for BootstrapRepair
Source§fn clone(&self) -> BootstrapRepair
fn clone(&self) -> BootstrapRepair
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 moreSource§impl Debug for BootstrapRepair
impl Debug for BootstrapRepair
impl Eq for BootstrapRepair
Source§impl PartialEq for BootstrapRepair
impl PartialEq for BootstrapRepair
impl StructuralPartialEq for BootstrapRepair
Auto Trait Implementations§
impl Freeze for BootstrapRepair
impl RefUnwindSafe for BootstrapRepair
impl Send for BootstrapRepair
impl Sync for BootstrapRepair
impl Unpin for BootstrapRepair
impl UnsafeUnpin for BootstrapRepair
impl UnwindSafe for BootstrapRepair
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.