pub struct ExposureSamplingKey {
pub spec_name_hash: u64,
pub rule_id_hash: u64,
pub user_values_hash: u64,
pub additional_hash: u64,
}
Fields§
§spec_name_hash: u64
§rule_id_hash: u64
§user_values_hash: u64
§additional_hash: u64
Implementations§
Trait Implementations§
Source§impl Clone for ExposureSamplingKey
impl Clone for ExposureSamplingKey
Source§fn clone(&self) -> ExposureSamplingKey
fn clone(&self) -> ExposureSamplingKey
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 ExposureSamplingKey
impl Debug for ExposureSamplingKey
Source§impl Hash for ExposureSamplingKey
impl Hash for ExposureSamplingKey
Source§impl PartialEq for ExposureSamplingKey
impl PartialEq for ExposureSamplingKey
impl Eq for ExposureSamplingKey
impl StructuralPartialEq for ExposureSamplingKey
Auto Trait Implementations§
impl Freeze for ExposureSamplingKey
impl RefUnwindSafe for ExposureSamplingKey
impl Send for ExposureSamplingKey
impl Sync for ExposureSamplingKey
impl Unpin for ExposureSamplingKey
impl UnwindSafe for ExposureSamplingKey
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.