pub struct CacheStorageListUpdatedEventParams {
pub origin: String,
pub storage_key: String,
pub bucket_id: String,
}Fields§
§origin: String§storage_key: String§bucket_id: StringTrait Implementations§
Source§impl Clone for CacheStorageListUpdatedEventParams
impl Clone for CacheStorageListUpdatedEventParams
Source§fn clone(&self) -> CacheStorageListUpdatedEventParams
fn clone(&self) -> CacheStorageListUpdatedEventParams
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 CacheStorageListUpdatedEventParams
impl<'de> Deserialize<'de> for CacheStorageListUpdatedEventParams
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 CacheStorageListUpdatedEventParams
impl PartialEq for CacheStorageListUpdatedEventParams
Source§fn eq(&self, other: &CacheStorageListUpdatedEventParams) -> bool
fn eq(&self, other: &CacheStorageListUpdatedEventParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CacheStorageListUpdatedEventParams
Auto Trait Implementations§
impl Freeze for CacheStorageListUpdatedEventParams
impl RefUnwindSafe for CacheStorageListUpdatedEventParams
impl Send for CacheStorageListUpdatedEventParams
impl Sync for CacheStorageListUpdatedEventParams
impl Unpin for CacheStorageListUpdatedEventParams
impl UnwindSafe for CacheStorageListUpdatedEventParams
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