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
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