pub struct DeploymentTemplate {
pub metadata: MetaData,
pub spec: Spec,
}Fields§
§metadata: MetaData§spec: SpecTrait Implementations§
Source§impl Debug for DeploymentTemplate
impl Debug for DeploymentTemplate
Source§impl<'de> Deserialize<'de> for DeploymentTemplate
impl<'de> Deserialize<'de> for DeploymentTemplate
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 DeploymentTemplate
impl PartialEq for DeploymentTemplate
Source§fn eq(&self, other: &DeploymentTemplate) -> bool
fn eq(&self, other: &DeploymentTemplate) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DeploymentTemplate
impl Serialize for DeploymentTemplate
impl StructuralPartialEq for DeploymentTemplate
Auto Trait Implementations§
impl Freeze for DeploymentTemplate
impl RefUnwindSafe for DeploymentTemplate
impl Send for DeploymentTemplate
impl Sync for DeploymentTemplate
impl Unpin for DeploymentTemplate
impl UnsafeUnpin for DeploymentTemplate
impl UnwindSafe for DeploymentTemplate
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