pub struct DeleteEntryCommand { /* private fields */ }Available on crate features
experimental and CacheStorage only.Expand description
Deletes a cache entry.
Implementations§
Trait Implementations§
Source§impl Clone for DeleteEntryCommand
impl Clone for DeleteEntryCommand
Source§fn clone(&self) -> DeleteEntryCommand
fn clone(&self) -> DeleteEntryCommand
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 DeleteEntryCommand
impl Command for DeleteEntryCommand
Source§impl Debug for DeleteEntryCommand
impl Debug for DeleteEntryCommand
Source§impl<'de> Deserialize<'de> for DeleteEntryCommand
impl<'de> Deserialize<'de> for DeleteEntryCommand
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 DeleteEntryCommand
impl RefUnwindSafe for DeleteEntryCommand
impl Send for DeleteEntryCommand
impl Sync for DeleteEntryCommand
impl Unpin for DeleteEntryCommand
impl UnwindSafe for DeleteEntryCommand
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