pub struct UntrackCacheStorageForOriginParams {
pub origin: String,
}Expand description
Unregisters origin from receiving notifications for cache storage. untrackCacheStorageForOrigin
Fields§
§origin: StringSecurity origin.
Implementations§
Trait Implementations§
Source§impl Clone for UntrackCacheStorageForOriginParams
impl Clone for UntrackCacheStorageForOriginParams
Source§fn clone(&self) -> UntrackCacheStorageForOriginParams
fn clone(&self) -> UntrackCacheStorageForOriginParams
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 UntrackCacheStorageForOriginParams
impl<'de> Deserialize<'de> for UntrackCacheStorageForOriginParams
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 UntrackCacheStorageForOriginParams
impl PartialEq for UntrackCacheStorageForOriginParams
Source§fn eq(&self, other: &UntrackCacheStorageForOriginParams) -> bool
fn eq(&self, other: &UntrackCacheStorageForOriginParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UntrackCacheStorageForOriginParams
Auto Trait Implementations§
impl Freeze for UntrackCacheStorageForOriginParams
impl RefUnwindSafe for UntrackCacheStorageForOriginParams
impl Send for UntrackCacheStorageForOriginParams
impl Sync for UntrackCacheStorageForOriginParams
impl Unpin for UntrackCacheStorageForOriginParams
impl UnsafeUnpin for UntrackCacheStorageForOriginParams
impl UnwindSafe for UntrackCacheStorageForOriginParams
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