pub struct DeleteCachedContentResponse {
pub sdk_http_response: Option<HttpResponse>,
}Expand description
删除缓存响应。
Fields§
§sdk_http_response: Option<HttpResponse>Optional. Used to retain the full HTTP response.
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 Default for DeleteCachedContentResponse
impl Default for DeleteCachedContentResponse
Source§fn default() -> DeleteCachedContentResponse
fn default() -> DeleteCachedContentResponse
Returns the “default value” for a type. Read more
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
Auto Trait Implementations§
impl Freeze for DeleteCachedContentResponse
impl RefUnwindSafe for DeleteCachedContentResponse
impl Send for DeleteCachedContentResponse
impl Sync for DeleteCachedContentResponse
impl Unpin for DeleteCachedContentResponse
impl UnsafeUnpin 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