pub struct AttributionScopesData {
pub values: Vec<String>,
pub limit: f64,
pub max_event_states: f64,
}Fields§
§values: Vec<String>§limit: f64number instead of integer because not all uint32 can be represented by int
max_event_states: f64Implementations§
Source§impl AttributionScopesData
impl AttributionScopesData
pub fn builder() -> AttributionScopesDataBuilder
Source§impl AttributionScopesData
impl AttributionScopesData
pub const IDENTIFIER: &'static str = "Storage.AttributionScopesData"
Trait Implementations§
Source§impl Clone for AttributionScopesData
impl Clone for AttributionScopesData
Source§fn clone(&self) -> AttributionScopesData
fn clone(&self) -> AttributionScopesData
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 AttributionScopesData
impl Debug for AttributionScopesData
Source§impl<'de> Deserialize<'de> for AttributionScopesData
impl<'de> Deserialize<'de> for AttributionScopesData
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 AttributionScopesData
impl PartialEq for AttributionScopesData
Source§impl Serialize for AttributionScopesData
impl Serialize for AttributionScopesData
impl StructuralPartialEq for AttributionScopesData
Auto Trait Implementations§
impl Freeze for AttributionScopesData
impl RefUnwindSafe for AttributionScopesData
impl Send for AttributionScopesData
impl Sync for AttributionScopesData
impl Unpin for AttributionScopesData
impl UnwindSafe for AttributionScopesData
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