pub struct UpdateDeploymentSpecStrategy {
pub type: String,
pub rollingUpdate: RollingUpdate,
}Fields§
§type: String§rollingUpdate: RollingUpdateTrait Implementations§
Source§impl Debug for UpdateDeploymentSpecStrategy
impl Debug for UpdateDeploymentSpecStrategy
Source§impl Default for UpdateDeploymentSpecStrategy
impl Default for UpdateDeploymentSpecStrategy
Source§fn default() -> UpdateDeploymentSpecStrategy
fn default() -> UpdateDeploymentSpecStrategy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateDeploymentSpecStrategy
impl<'de> Deserialize<'de> for UpdateDeploymentSpecStrategy
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
Auto Trait Implementations§
impl Freeze for UpdateDeploymentSpecStrategy
impl RefUnwindSafe for UpdateDeploymentSpecStrategy
impl Send for UpdateDeploymentSpecStrategy
impl Sync for UpdateDeploymentSpecStrategy
impl Unpin for UpdateDeploymentSpecStrategy
impl UnsafeUnpin for UpdateDeploymentSpecStrategy
impl UnwindSafe for UpdateDeploymentSpecStrategy
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