pub struct ContainerReferenceParam {
pub container_id: String,
}Available on crate feature
response-types only.Expand description
References a container created with the /v1/containers endpoint.
Fields§
§container_id: StringThe ID of the referenced container.
Trait Implementations§
Source§impl Clone for ContainerReferenceParam
impl Clone for ContainerReferenceParam
Source§fn clone(&self) -> ContainerReferenceParam
fn clone(&self) -> ContainerReferenceParam
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 ContainerReferenceParam
impl Debug for ContainerReferenceParam
Source§impl<'de> Deserialize<'de> for ContainerReferenceParam
impl<'de> Deserialize<'de> for ContainerReferenceParam
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 ContainerReferenceParam
impl PartialEq for ContainerReferenceParam
Source§impl Serialize for ContainerReferenceParam
impl Serialize for ContainerReferenceParam
impl StructuralPartialEq for ContainerReferenceParam
Auto Trait Implementations§
impl Freeze for ContainerReferenceParam
impl RefUnwindSafe for ContainerReferenceParam
impl Send for ContainerReferenceParam
impl Sync for ContainerReferenceParam
impl Unpin for ContainerReferenceParam
impl UnsafeUnpin for ContainerReferenceParam
impl UnwindSafe for ContainerReferenceParam
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