pub struct DeleteCachedContentResponse {
pub success: Option<bool>,
}
Expand description
Response from deleting cached content.
Fields§
§success: Option<bool>
HTTP status and metadata
Trait Implementations§
Source§impl Clone for DeleteCachedContentResponse
impl Clone for DeleteCachedContentResponse
Source§fn clone(&self) -> DeleteCachedContentResponse
fn clone(&self) -> DeleteCachedContentResponse
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 DeleteCachedContentResponse
impl Debug for DeleteCachedContentResponse
Source§impl<'de> Deserialize<'de> for DeleteCachedContentResponse
impl<'de> Deserialize<'de> for DeleteCachedContentResponse
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
impl StructuralPartialEq for DeleteCachedContentResponse
Auto Trait Implementations§
impl Freeze for DeleteCachedContentResponse
impl RefUnwindSafe for DeleteCachedContentResponse
impl Send for DeleteCachedContentResponse
impl Sync for DeleteCachedContentResponse
impl Unpin for DeleteCachedContentResponse
impl UnwindSafe for DeleteCachedContentResponse
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