pub struct CollectionKey {
pub name_hash: u64,
}Expand description
A decoded collection key.
Fields§
§name_hash: u64The hash of the collection name.
Trait Implementations§
Source§impl Clone for CollectionKey
impl Clone for CollectionKey
Source§fn clone(&self) -> CollectionKey
fn clone(&self) -> CollectionKey
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 Debug for CollectionKey
impl Debug for CollectionKey
Source§impl PartialEq for CollectionKey
impl PartialEq for CollectionKey
impl Copy for CollectionKey
impl Eq for CollectionKey
impl StructuralPartialEq for CollectionKey
Auto Trait Implementations§
impl Freeze for CollectionKey
impl RefUnwindSafe for CollectionKey
impl Send for CollectionKey
impl Sync for CollectionKey
impl Unpin for CollectionKey
impl UnwindSafe for CollectionKey
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