pub struct DebugRepairSystem<'a>(pub &'a dyn RepairSystem);Tuple Fields§
§0: &'a dyn RepairSystemTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DebugRepairSystem<'a>
impl<'a> !RefUnwindSafe for DebugRepairSystem<'a>
impl<'a> !Send for DebugRepairSystem<'a>
impl<'a> !Sync for DebugRepairSystem<'a>
impl<'a> Unpin for DebugRepairSystem<'a>
impl<'a> !UnwindSafe for DebugRepairSystem<'a>
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