Struct sp_std::marker::PhantomPinned 1.33.0[−][src]
pub struct PhantomPinned;
A marker type which does not implement Unpin
.
If a type contains a PhantomPinned
, it will not implement Unpin
by default.
Trait Implementations
impl Clone for PhantomPinned
[src]
impl Clone for PhantomPinned
[src]pub fn clone(&self) -> PhantomPinned
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for PhantomPinned
[src]
impl Default for PhantomPinned
[src]pub fn default() -> PhantomPinned
[src]
impl Hash for PhantomPinned
[src]
impl Hash for PhantomPinned
[src]impl Ord for PhantomPinned
[src]
impl Ord for PhantomPinned
[src]impl PartialEq<PhantomPinned> for PhantomPinned
[src]
impl PartialEq<PhantomPinned> for PhantomPinned
[src]impl PartialOrd<PhantomPinned> for PhantomPinned
[src]
impl PartialOrd<PhantomPinned> for PhantomPinned
[src]pub fn partial_cmp(&self, other: &PhantomPinned) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool