pub struct SuspendOnce(/* private fields */);Trait Implementations§
Source§impl Clone for SuspendOnce
impl Clone for SuspendOnce
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SuspendOnce
impl Debug for SuspendOnce
Source§impl Default for SuspendOnce
impl Default for SuspendOnce
Source§impl Future for SuspendOnce
impl Future for SuspendOnce
impl Copy for SuspendOnce
Auto Trait Implementations§
impl Freeze for SuspendOnce
impl RefUnwindSafe for SuspendOnce
impl Send for SuspendOnce
impl Sync for SuspendOnce
impl Unpin for SuspendOnce
impl UnwindSafe for SuspendOnce
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
Source§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
Source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more