pub struct AllocTime<'lt> { /* private fields */ }
Expand description
A marker struct denoting a lifetime that is not simply coercible to another.
Trait Implementations§
Source§impl<'lt> Ord for AllocTime<'lt>
impl<'lt> Ord for AllocTime<'lt>
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<'lt> PartialOrd for AllocTime<'lt>
impl<'lt> PartialOrd for AllocTime<'lt>
impl<'lt> Copy for AllocTime<'lt>
impl<'lt> Eq for AllocTime<'lt>
impl<'lt> StructuralPartialEq for AllocTime<'lt>
Auto Trait Implementations§
impl<'lt> Freeze for AllocTime<'lt>
impl<'lt> RefUnwindSafe for AllocTime<'lt>
impl<'lt> Send for AllocTime<'lt>
impl<'lt> Sync for AllocTime<'lt>
impl<'lt> Unpin for AllocTime<'lt>
impl<'lt> UnwindSafe for AllocTime<'lt>
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§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
)