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