kvarn_async::prelude::compact_str::core::marker

Struct PhantomPinned

1.33.0 · source
pub struct PhantomPinned;
Expand description

A marker type which does not implement Unpin.

If a type contains a PhantomPinned, it will not implement Unpin by default.

Trait Implementations§

1.33.0 · source§

impl Clone for PhantomPinned

source§

fn clone(&self) -> PhantomPinned

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

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

Performs copy-assignment from sour