pub struct SharedStorageAccessParams {Show 17 fields
pub script_source_url: Option<String>,
pub data_origin: Option<String>,
pub operation_name: Option<String>,
pub operation_id: Option<String>,
pub keep_alive: Option<bool>,
pub private_aggregation_config: Option<SharedStoragePrivateAggregationConfig>,
pub serialized_data: Option<String>,
pub urls_with_metadata: Option<Vec<SharedStorageUrlWithMetadata>>,
pub urn_uuid: Option<String>,
pub key: Option<String>,
pub value: Option<String>,
pub ignore_if_present: Option<bool>,
pub worklet_ordinal: Option<JsUInt>,
pub worklet_target_id: Option<TargetId>,
pub with_lock: Option<String>,
pub batch_update_id: Option<String>,
pub batch_size: Option<JsUInt>,
}Fields§
§script_source_url: Option<String>§data_origin: Option<String>§operation_name: Option<String>§operation_id: Option<String>§keep_alive: Option<bool>§private_aggregation_config: Option<SharedStoragePrivateAggregationConfig>§serialized_data: Option<String>§urls_with_metadata: Option<Vec<SharedStorageUrlWithMetadata>>§urn_uuid: Option<String>§key: Option<String>§value: Option<String>§ignore_if_present: Option<bool>§worklet_ordinal: Option<JsUInt>§worklet_target_id: Option<TargetId>§with_lock: Option<String>§batch_update_id: Option<String>§batch_size: Option<JsUInt>Trait Implementations§
Source§fn clone(&self) -> SharedStorageAccessParams
fn clone(&self) -> SharedStorageAccessParams
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§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