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 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 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<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 VolumeUpdateBodyParam
impl PartialEq for VolumeUpdateBodyParam
Source§impl Serialize for VolumeUpdateBodyParam
impl Serialize for VolumeUpdateBodyParam
impl StructuralPartialEq for VolumeUpdateBodyParam
Auto Trait Implementations§
impl Freeze for VolumeUpdateBodyParam
impl RefUnwindSafe for VolumeUpdateBodyParam
impl Send for VolumeUpdateBodyParam
impl Sync for VolumeUpdateBodyParam
impl Unpin for VolumeUpdateBodyParam
impl UnwindSafe for VolumeUpdateBodyParam
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