pub struct CreateContainerFileParams {
pub container_id: String,
}
Fields§
§container_id: String
Implementations§
Trait Implementations§
Source§impl Clone for CreateContainerFileParams
impl Clone for CreateContainerFileParams
Source§fn clone(&self) -> CreateContainerFileParams
fn clone(&self) -> CreateContainerFileParams
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 CreateContainerFileParams
impl Debug for CreateContainerFileParams
Source§impl<'de> Deserialize<'de> for CreateContainerFileParams
impl<'de> Deserialize<'de> for CreateContainerFileParams
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 CreateContainerFileParams
impl PartialEq for CreateContainerFileParams
Source§fn eq(&self, other: &CreateContainerFileParams) -> bool
fn eq(&self, other: &CreateContainerFileParams) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CreateContainerFileParams
Auto Trait Implementations§
impl Freeze for CreateContainerFileParams
impl RefUnwindSafe for CreateContainerFileParams
impl Send for CreateContainerFileParams
impl Sync for CreateContainerFileParams
impl Unpin for CreateContainerFileParams
impl UnwindSafe for CreateContainerFileParams
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