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