pub struct Outcome<Rq, Rs = Never> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Rq, Rs> Freeze for Outcome<Rq, Rs>
impl<Rq, Rs> RefUnwindSafe for Outcome<Rq, Rs>where
Rq: RefUnwindSafe,
Rs: RefUnwindSafe,
impl<Rq, Rs> Send for Outcome<Rq, Rs>
impl<Rq, Rs> Sync for Outcome<Rq, Rs>
impl<Rq, Rs> Unpin for Outcome<Rq, Rs>
impl<Rq, Rs> UnwindSafe for Outcome<Rq, Rs>where
Rq: UnwindSafe,
Rs: UnwindSafe,
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more