Struct docker_api::models::VolumeUpdateBodyParam
source · pub struct VolumeUpdateBodyParam {
pub spec: Option<ClusterVolumeSpec>,
}
Expand description
Volume configuration
Fields§
§spec: Option<ClusterVolumeSpec>
Trait Implementations§
source§impl Clone for VolumeUpdateBodyParam
impl Clone for VolumeUpdateBodyParam
source§fn clone(&self) -> VolumeUpdateBodyParam
fn clone(&self) -> VolumeUpdateBodyParam
Returns a copy 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 VolumeUpdateBodyParam
impl Debug for VolumeUpdateBodyParam
source§impl<'de> Deserialize<'de> for VolumeUpdateBodyParam
impl<'de> Deserialize<'de> for VolumeUpdateBodyParam
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<VolumeUpdateBodyParam, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<VolumeUpdateBodyParam, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<VolumeUpdateBodyParam> for VolumeUpdateBodyParam
impl PartialEq<VolumeUpdateBodyParam> for VolumeUpdateBodyParam
source§fn eq(&self, other: &VolumeUpdateBodyParam) -> bool
fn eq(&self, other: &VolumeUpdateBodyParam) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for VolumeUpdateBodyParam
impl Serialize for VolumeUpdateBodyParam
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more