Struct leak_playground_std::marker::PhantomStaticUnforget
source · struct PhantomStaticUnforget;
Trait Implementations§
source§impl Clone for PhantomStaticUnforget
impl Clone for PhantomStaticUnforget
source§fn clone(&self) -> PhantomStaticUnforget
fn clone(&self) -> PhantomStaticUnforget
Returns a copy 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 moresource§impl Debug for PhantomStaticUnforget
impl Debug for PhantomStaticUnforget
source§impl Default for PhantomStaticUnforget
impl Default for PhantomStaticUnforget
source§fn default() -> PhantomStaticUnforget
fn default() -> PhantomStaticUnforget
Returns the “default value” for a type. Read more
source§impl Hash for PhantomStaticUnforget
impl Hash for PhantomStaticUnforget
source§impl Ord for PhantomStaticUnforget
impl Ord for PhantomStaticUnforget
source§fn cmp(&self, other: &PhantomStaticUnforget) -> Ordering
fn cmp(&self, other: &PhantomStaticUnforget) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for PhantomStaticUnforget
impl PartialEq for PhantomStaticUnforget
source§fn eq(&self, other: &PhantomStaticUnforget) -> bool
fn eq(&self, other: &PhantomStaticUnforget) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for PhantomStaticUnforget
impl PartialOrd for PhantomStaticUnforget
source§fn partial_cmp(&self, other: &PhantomStaticUnforget) -> Option<Ordering>
fn partial_cmp(&self, other: &PhantomStaticUnforget) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for PhantomStaticUnforget
impl Eq for PhantomStaticUnforget
impl !Forget for PhantomStaticUnforget
impl StructuralPartialEq for PhantomStaticUnforget
Auto Trait Implementations§
impl Freeze for PhantomStaticUnforget
impl RefUnwindSafe for PhantomStaticUnforget
impl Send for PhantomStaticUnforget
impl Sync for PhantomStaticUnforget
impl Unpin for PhantomStaticUnforget
impl UnwindSafe for PhantomStaticUnforget
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)