pub enum RepairOutcome {
Repaired,
Unavailable,
Exhausted,
Expired,
Unaddressable,
}Variants§
Trait Implementations§
Source§impl Clone for RepairOutcome
impl Clone for RepairOutcome
Source§fn clone(&self) -> RepairOutcome
fn clone(&self) -> RepairOutcome
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RepairOutcome
impl Debug for RepairOutcome
Source§impl PartialEq for RepairOutcome
impl PartialEq for RepairOutcome
impl Copy for RepairOutcome
impl Eq for RepairOutcome
impl StructuralPartialEq for RepairOutcome
Auto Trait Implementations§
impl Freeze for RepairOutcome
impl RefUnwindSafe for RepairOutcome
impl Send for RepairOutcome
impl Sync for RepairOutcome
impl Unpin for RepairOutcome
impl UnwindSafe for RepairOutcome
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)