pub struct UpdateDeployment {
pub apiVersion: String,
pub kind: String,
pub metadata: DeploymentMetadata,
pub spec: UpdateDeploymentSpec,
}Fields§
§apiVersion: String§kind: String§metadata: DeploymentMetadata§spec: UpdateDeploymentSpecTrait Implementations§
Source§impl Debug for UpdateDeployment
impl Debug for UpdateDeployment
Source§impl Default for UpdateDeployment
impl Default for UpdateDeployment
Source§fn default() -> UpdateDeployment
fn default() -> UpdateDeployment
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateDeployment
impl<'de> Deserialize<'de> for UpdateDeployment
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 UpdateDeployment
impl RefUnwindSafe for UpdateDeployment
impl Send for UpdateDeployment
impl Sync for UpdateDeployment
impl Unpin for UpdateDeployment
impl UnsafeUnpin for UpdateDeployment
impl UnwindSafe for UpdateDeployment
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