pub struct ImmediateOutcome { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for ImmediateOutcome
impl RefUnwindSafe for ImmediateOutcome
impl Send for ImmediateOutcome
impl Sync for ImmediateOutcome
impl Unpin for ImmediateOutcome
impl UnsafeUnpin for ImmediateOutcome
impl UnwindSafe for ImmediateOutcome
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