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