pub struct DeleteContainerResponse {
pub id: String,
pub object: String,
pub deleted: bool,
}Expand description
Response when deleting a container.
Fields§
§id: String§object: String§deleted: boolTrait Implementations§
Source§impl Clone for DeleteContainerResponse
impl Clone for DeleteContainerResponse
Source§fn clone(&self) -> DeleteContainerResponse
fn clone(&self) -> DeleteContainerResponse
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 DeleteContainerResponse
impl Debug for DeleteContainerResponse
Source§impl<'de> Deserialize<'de> for DeleteContainerResponse
impl<'de> Deserialize<'de> for DeleteContainerResponse
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 DeleteContainerResponse
impl PartialEq for DeleteContainerResponse
Source§impl Serialize for DeleteContainerResponse
impl Serialize for DeleteContainerResponse
impl StructuralPartialEq for DeleteContainerResponse
Auto Trait Implementations§
impl Freeze for DeleteContainerResponse
impl RefUnwindSafe for DeleteContainerResponse
impl Send for DeleteContainerResponse
impl Sync for DeleteContainerResponse
impl Unpin for DeleteContainerResponse
impl UnwindSafe for DeleteContainerResponse
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