pub struct DeleteContainerParams {
pub container_id: String,
}
Fields§
§container_id: String
The ID of the container to delete.
Implementations§
Trait Implementations§
Source§impl Clone for DeleteContainerParams
impl Clone for DeleteContainerParams
Source§fn clone(&self) -> DeleteContainerParams
fn clone(&self) -> DeleteContainerParams
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeleteContainerParams
impl Debug for DeleteContainerParams
Source§impl<'de> Deserialize<'de> for DeleteContainerParams
impl<'de> Deserialize<'de> for DeleteContainerParams
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 DeleteContainerParams
impl PartialEq for DeleteContainerParams
Source§impl Serialize for DeleteContainerParams
impl Serialize for DeleteContainerParams
impl StructuralPartialEq for DeleteContainerParams
Auto Trait Implementations§
impl Freeze for DeleteContainerParams
impl RefUnwindSafe for DeleteContainerParams
impl Send for DeleteContainerParams
impl Sync for DeleteContainerParams
impl Unpin for DeleteContainerParams
impl UnwindSafe for DeleteContainerParams
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