Struct generational_box::GenerationalBoxId
source · pub struct GenerationalBoxId { /* private fields */ }
Expand description
The type erased id of a generational box.
Trait Implementations§
source§impl Clone for GenerationalBoxId
impl Clone for GenerationalBoxId
source§fn clone(&self) -> GenerationalBoxId
fn clone(&self) -> GenerationalBoxId
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 GenerationalBoxId
impl Debug for GenerationalBoxId
source§impl Hash for GenerationalBoxId
impl Hash for GenerationalBoxId
source§impl PartialEq for GenerationalBoxId
impl PartialEq for GenerationalBoxId
source§fn eq(&self, other: &GenerationalBoxId) -> bool
fn eq(&self, other: &GenerationalBoxId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for GenerationalBoxId
impl Eq for GenerationalBoxId
impl Send for GenerationalBoxId
impl StructuralPartialEq for GenerationalBoxId
impl Sync for GenerationalBoxId
Auto Trait Implementations§
impl Freeze for GenerationalBoxId
impl RefUnwindSafe for GenerationalBoxId
impl Unpin for GenerationalBoxId
impl UnwindSafe for GenerationalBoxId
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
)