pub struct PollFuture;Trait Implementations§
Source§impl Clone for PollFuture
impl Clone for PollFuture
Source§fn clone(&self) -> PollFuture
fn clone(&self) -> PollFuture
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PollFuture
Source§impl Debug for PollFuture
impl Debug for PollFuture
Source§impl Default for PollFuture
impl Default for PollFuture
Source§fn default() -> PollFuture
fn default() -> PollFuture
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PollFuture
impl RefUnwindSafe for PollFuture
impl Send for PollFuture
impl Sync for PollFuture
impl Unpin for PollFuture
impl UnsafeUnpin for PollFuture
impl UnwindSafe for PollFuture
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