pub struct RequestCacheNames {
pub security_origin: Option<String>,
pub storage_key: Option<String>,
pub storage_bucket: Option<StorageBucket>,
}Fields§
§security_origin: Option<String>§storage_key: Option<String>§storage_bucket: Option<StorageBucket>Trait Implementations§
Source§impl Clone for RequestCacheNames
impl Clone for RequestCacheNames
Source§fn clone(&self) -> RequestCacheNames
fn clone(&self) -> RequestCacheNames
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 RequestCacheNames
impl Debug for RequestCacheNames
Source§impl<'de> Deserialize<'de> for RequestCacheNames
impl<'de> Deserialize<'de> for RequestCacheNames
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 Method for RequestCacheNames
impl Method for RequestCacheNames
const NAME: &'static str = "CacheStorage.requestCacheNames"
type ReturnObject = RequestCacheNamesReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for RequestCacheNames
impl PartialEq for RequestCacheNames
Source§impl Serialize for RequestCacheNames
impl Serialize for RequestCacheNames
impl StructuralPartialEq for RequestCacheNames
Auto Trait Implementations§
impl Freeze for RequestCacheNames
impl RefUnwindSafe for RequestCacheNames
impl Send for RequestCacheNames
impl Sync for RequestCacheNames
impl Unpin for RequestCacheNames
impl UnwindSafe for RequestCacheNames
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