pub struct DeploymentUpdate {
pub errors: Option<Vec<String>>,
pub manifest: Option<String>,
}Expand description
This type is not used in any activity, and only used as part of another schema.
Fields§
§errors: Option<Vec<String>>[Output Only] List of all errors encountered while trying to enact the update.
manifest: Option<String>[Output Only] URL of the manifest representing the update configuration of this deployment.
Trait Implementations§
Source§impl Clone for DeploymentUpdate
impl Clone for DeploymentUpdate
Source§fn clone(&self) -> DeploymentUpdate
fn clone(&self) -> DeploymentUpdate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeploymentUpdate
impl Debug for DeploymentUpdate
Source§impl Default for DeploymentUpdate
impl Default for DeploymentUpdate
Source§fn default() -> DeploymentUpdate
fn default() -> DeploymentUpdate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeploymentUpdate
impl<'de> Deserialize<'de> for DeploymentUpdate
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 Serialize for DeploymentUpdate
impl Serialize for DeploymentUpdate
impl Part for DeploymentUpdate
Auto Trait Implementations§
impl Freeze for DeploymentUpdate
impl RefUnwindSafe for DeploymentUpdate
impl Send for DeploymentUpdate
impl Sync for DeploymentUpdate
impl Unpin for DeploymentUpdate
impl UnwindSafe for DeploymentUpdate
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