pub enum EntryKey<'key> {
Value(usize),
Property(&'key str),
}Variants§
Trait Implementations§
impl<'key> Copy for EntryKey<'key>
impl<'key> Eq for EntryKey<'key>
Source§impl<'key> PartialEq for EntryKey<'key>
impl<'key> PartialEq for EntryKey<'key>
impl<'key> StructuralPartialEq for EntryKey<'key>
Auto Trait Implementations§
impl<'key> Freeze for EntryKey<'key>
impl<'key> RefUnwindSafe for EntryKey<'key>
impl<'key> Send for EntryKey<'key>
impl<'key> Sync for EntryKey<'key>
impl<'key> Unpin for EntryKey<'key>
impl<'key> UnsafeUnpin for EntryKey<'key>
impl<'key> UnwindSafe for EntryKey<'key>
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