pub struct Suspense { /* private fields */ }Expand description
A suspended future. Can be interpolated into markup as the placeholder.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Suspense
impl RefUnwindSafe for Suspense
impl Send for Suspense
impl Sync for Suspense
impl Unpin for Suspense
impl UnsafeUnpin for Suspense
impl UnwindSafe for Suspense
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