pub struct TrapSimplification;Trait Implementations§
Auto Trait Implementations§
impl Freeze for TrapSimplification
impl RefUnwindSafe for TrapSimplification
impl Send for TrapSimplification
impl Sync for TrapSimplification
impl Unpin for TrapSimplification
impl UnwindSafe for TrapSimplification
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