kvarn_async::prelude::compact_str::core::future

Struct Pending

1.48.0 · source
pub struct Pending<T> { /* private fields */ }
Expand description

Creates a future which never resolves, representing a computation that never finishes.

This struct is created by pending(). See its documentation for more.

Trait Implementations§

1.48.0 · source§

impl<T> Clone for Pending<T>

source§

fn clone(&self) -> Pending<T>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more