pub struct HydrationCancellationHandle { /* private fields */ }Expand description
Cloneable cancellation ownership for exactly one hydration waiter.
Implementations§
Source§impl HydrationCancellationHandle
impl HydrationCancellationHandle
Sourcepub fn cancel(&self) -> HydrationCancellationOutcome
pub fn cancel(&self) -> HydrationCancellationOutcome
Attempts to cancel this waiter without cancelling work still owned by other waiters.
Trait Implementations§
Source§impl Clone for HydrationCancellationHandle
impl Clone for HydrationCancellationHandle
Source§fn clone(&self) -> HydrationCancellationHandle
fn clone(&self) -> HydrationCancellationHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for HydrationCancellationHandle
impl RefUnwindSafe for HydrationCancellationHandle
impl Send for HydrationCancellationHandle
impl Sync for HydrationCancellationHandle
impl Unpin for HydrationCancellationHandle
impl UnwindSafe for HydrationCancellationHandle
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