pub struct QueueRepairPlan { /* private fields */ }Implementations§
Source§impl QueueRepairPlan
impl QueueRepairPlan
pub fn has_changes(&self) -> bool
pub fn report(&self) -> &RepairReport
pub fn into_parts(self) -> (QueueFile, QueueFile, RepairReport)
Trait Implementations§
Source§impl Clone for QueueRepairPlan
impl Clone for QueueRepairPlan
Source§fn clone(&self) -> QueueRepairPlan
fn clone(&self) -> QueueRepairPlan
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 moreAuto Trait Implementations§
impl Freeze for QueueRepairPlan
impl RefUnwindSafe for QueueRepairPlan
impl Send for QueueRepairPlan
impl Sync for QueueRepairPlan
impl Unpin for QueueRepairPlan
impl UnsafeUnpin for QueueRepairPlan
impl UnwindSafe for QueueRepairPlan
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