pub struct UpdateDeploymentSpec {
pub selector: UpdateDeploymentSelector,
pub template: UpdateDeploymentTemplate,
}Fields§
§selector: UpdateDeploymentSelector§template: UpdateDeploymentTemplateTrait Implementations§
Source§impl Debug for UpdateDeploymentSpec
impl Debug for UpdateDeploymentSpec
Source§impl Default for UpdateDeploymentSpec
impl Default for UpdateDeploymentSpec
Source§fn default() -> UpdateDeploymentSpec
fn default() -> UpdateDeploymentSpec
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateDeploymentSpec
impl<'de> Deserialize<'de> for UpdateDeploymentSpec
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 UpdateDeploymentSpec
impl RefUnwindSafe for UpdateDeploymentSpec
impl Send for UpdateDeploymentSpec
impl Sync for UpdateDeploymentSpec
impl Unpin for UpdateDeploymentSpec
impl UnsafeUnpin for UpdateDeploymentSpec
impl UnwindSafe for UpdateDeploymentSpec
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