pub struct GenerationalIndex {
pub index: usize,
pub generation: usize,
}Fields§
§index: usize§generation: usizeTrait Implementations§
Source§impl Clone for GenerationalIndex
impl Clone for GenerationalIndex
Source§fn clone(&self) -> GenerationalIndex
fn clone(&self) -> GenerationalIndex
Returns a duplicate 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 Display for GenerationalIndex
impl Display for GenerationalIndex
impl Copy for GenerationalIndex
Auto Trait Implementations§
impl Freeze for GenerationalIndex
impl RefUnwindSafe for GenerationalIndex
impl Send for GenerationalIndex
impl Sync for GenerationalIndex
impl Unpin for GenerationalIndex
impl UnwindSafe for GenerationalIndex
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