pub struct SetCacheDisabledCommand { /* private fields */ }Available on crate features
Network and Debugger and Runtime and Security only.Expand description
Toggles ignoring cache for each request. If true, cache will not be used.
Implementations§
Trait Implementations§
Source§impl Clone for SetCacheDisabledCommand
impl Clone for SetCacheDisabledCommand
Source§fn clone(&self) -> SetCacheDisabledCommand
fn clone(&self) -> SetCacheDisabledCommand
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 Command for SetCacheDisabledCommand
impl Command for SetCacheDisabledCommand
Source§impl Debug for SetCacheDisabledCommand
impl Debug for SetCacheDisabledCommand
Source§impl Deref for SetCacheDisabledCommand
impl Deref for SetCacheDisabledCommand
Source§impl<'de> Deserialize<'de> for SetCacheDisabledCommand
impl<'de> Deserialize<'de> for SetCacheDisabledCommand
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
Auto Trait Implementations§
impl Freeze for SetCacheDisabledCommand
impl RefUnwindSafe for SetCacheDisabledCommand
impl Send for SetCacheDisabledCommand
impl Sync for SetCacheDisabledCommand
impl Unpin for SetCacheDisabledCommand
impl UnwindSafe for SetCacheDisabledCommand
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