pub struct AttributionReportingAggregatableValueDictEntry {
pub key: String,
pub value: f64,
pub filtering_id: UnsignedInt64AsBase10,
}Fields§
§key: String§value: f64number instead of integer because not all uint32 can be represented by int
filtering_id: UnsignedInt64AsBase10Implementations§
Source§impl AttributionReportingAggregatableValueDictEntry
impl AttributionReportingAggregatableValueDictEntry
pub const IDENTIFIER: &'static str = "Storage.AttributionReportingAggregatableValueDictEntry"
Trait Implementations§
Source§impl Clone for AttributionReportingAggregatableValueDictEntry
impl Clone for AttributionReportingAggregatableValueDictEntry
Source§fn clone(&self) -> AttributionReportingAggregatableValueDictEntry
fn clone(&self) -> AttributionReportingAggregatableValueDictEntry
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<'de> Deserialize<'de> for AttributionReportingAggregatableValueDictEntry
impl<'de> Deserialize<'de> for AttributionReportingAggregatableValueDictEntry
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 PartialEq for AttributionReportingAggregatableValueDictEntry
impl PartialEq for AttributionReportingAggregatableValueDictEntry
Source§fn eq(&self, other: &AttributionReportingAggregatableValueDictEntry) -> bool
fn eq(&self, other: &AttributionReportingAggregatableValueDictEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AttributionReportingAggregatableValueDictEntry
Auto Trait Implementations§
impl Freeze for AttributionReportingAggregatableValueDictEntry
impl RefUnwindSafe for AttributionReportingAggregatableValueDictEntry
impl Send for AttributionReportingAggregatableValueDictEntry
impl Sync for AttributionReportingAggregatableValueDictEntry
impl Unpin for AttributionReportingAggregatableValueDictEntry
impl UnwindSafe for AttributionReportingAggregatableValueDictEntry
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