Struct generational_cache::collections::list::Link
source · pub struct Link {
pub index: Index,
}
Expand description
Represents a link to node in the linked list.
Fields§
§index: Index
Trait Implementations§
source§impl PartialEq for Link
impl PartialEq for Link
impl Copy for Link
impl StructuralPartialEq for Link
Auto Trait Implementations§
impl RefUnwindSafe for Link
impl Send for Link
impl Sync for Link
impl Unpin for Link
impl UnwindSafe for Link
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