pub enum MaxRepairPlan {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for MaxRepairPlan
impl RefUnwindSafe for MaxRepairPlan
impl Send for MaxRepairPlan
impl Sync for MaxRepairPlan
impl Unpin for MaxRepairPlan
impl UnsafeUnpin for MaxRepairPlan
impl UnwindSafe for MaxRepairPlan
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