pub struct SetCacheDisabled {
pub cache_disabled: bool,
}Fields§
§cache_disabled: boolTrait Implementations§
Source§impl Clone for SetCacheDisabled
impl Clone for SetCacheDisabled
Source§fn clone(&self) -> SetCacheDisabled
fn clone(&self) -> SetCacheDisabled
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 SetCacheDisabled
impl Debug for SetCacheDisabled
Source§impl<'de> Deserialize<'de> for SetCacheDisabled
impl<'de> Deserialize<'de> for SetCacheDisabled
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 SetCacheDisabled
impl Method for SetCacheDisabled
const NAME: &'static str = "Network.setCacheDisabled"
type ReturnObject = SetCacheDisabledReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetCacheDisabled
impl PartialEq for SetCacheDisabled
Source§impl Serialize for SetCacheDisabled
impl Serialize for SetCacheDisabled
impl StructuralPartialEq for SetCacheDisabled
Auto Trait Implementations§
impl Freeze for SetCacheDisabled
impl RefUnwindSafe for SetCacheDisabled
impl Send for SetCacheDisabled
impl Sync for SetCacheDisabled
impl Unpin for SetCacheDisabled
impl UnwindSafe for SetCacheDisabled
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