pub struct GenKey { /* private fields */ }
Expand description
GenKey index used for generational index.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GenKey
impl<'de> Deserialize<'de> for GenKey
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for GenKey
impl Ord for GenKey
Source§impl PartialOrd for GenKey
impl PartialOrd for GenKey
impl Copy for GenKey
impl Eq for GenKey
impl StructuralPartialEq for GenKey
Auto Trait Implementations§
impl Freeze for GenKey
impl RefUnwindSafe for GenKey
impl Send for GenKey
impl Sync for GenKey
impl Unpin for GenKey
impl UnwindSafe for GenKey
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