pub struct SetCacheDisabledResult {}Trait Implementations§
Source§impl Clone for SetCacheDisabledResult
impl Clone for SetCacheDisabledResult
Source§fn clone(&self) -> SetCacheDisabledResult
fn clone(&self) -> SetCacheDisabledResult
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 SetCacheDisabledResult
impl Debug for SetCacheDisabledResult
Source§impl Default for SetCacheDisabledResult
impl Default for SetCacheDisabledResult
Source§fn default() -> SetCacheDisabledResult
fn default() -> SetCacheDisabledResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetCacheDisabledResult
impl<'de> Deserialize<'de> for SetCacheDisabledResult
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 SetCacheDisabledResult
impl PartialEq for SetCacheDisabledResult
Source§impl Serialize for SetCacheDisabledResult
impl Serialize for SetCacheDisabledResult
Source§impl TryFrom<Value> for SetCacheDisabledResult
impl TryFrom<Value> for SetCacheDisabledResult
impl StructuralPartialEq for SetCacheDisabledResult
Auto Trait Implementations§
impl Freeze for SetCacheDisabledResult
impl RefUnwindSafe for SetCacheDisabledResult
impl Send for SetCacheDisabledResult
impl Sync for SetCacheDisabledResult
impl Unpin for SetCacheDisabledResult
impl UnsafeUnpin for SetCacheDisabledResult
impl UnwindSafe for SetCacheDisabledResult
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