pub struct SharedStorageAccessParams<'a> { /* private fields */ }Expand description
Bundles the parameters for shared storage access events whose presence/absence can vary according to SharedStorageAccessType.
Implementations§
pub fn builder() -> SharedStorageAccessParamsBuilder<'a>
pub fn scriptSourceUrl(&self) -> Option<&str>
pub fn dataOrigin(&self) -> Option<&str>
pub fn operationName(&self) -> Option<&str>
pub fn operationId(&self) -> Option<&str>
pub fn keepAlive(&self) -> Option<bool>
pub fn privateAggregationConfig( &self, ) -> Option<&SharedStoragePrivateAggregationConfig<'a>>
pub fn serializedData(&self) -> Option<&str>
pub fn urlsWithMetadata(&self) -> Option<&[SharedStorageUrlWithMetadata<'a>]>
pub fn urnUuid(&self) -> Option<&str>
pub fn key(&self) -> Option<&str>
pub fn value(&self) -> Option<&str>
pub fn ignoreIfPresent(&self) -> Option<bool>
pub fn workletOrdinal(&self) -> Option<i64>
pub fn workletTargetId(&self) -> Option<&TargetID<'a>>
pub fn withLock(&self) -> Option<&str>
pub fn batchUpdateId(&self) -> Option<&str>
pub fn batchSize(&self) -> Option<u64>
Trait Implementations§
Source§fn clone(&self) -> SharedStorageAccessParams<'a>
fn clone(&self) -> SharedStorageAccessParams<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§fn default() -> SharedStorageAccessParams<'a>
fn default() -> SharedStorageAccessParams<'a>
Returns the “default value” for a type. Read more
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
Auto Trait Implementations§
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