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