pub struct DeployJob { /* private fields */ }Expand description
A deploy Job.
This type is not used in any activity, and only used as part of another schema.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DeployJob
impl<'de> Deserialize<'de> for DeployJob
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
impl Part for DeployJob
Auto Trait Implementations§
impl Freeze for DeployJob
impl RefUnwindSafe for DeployJob
impl Send for DeployJob
impl Sync for DeployJob
impl Unpin for DeployJob
impl UnwindSafe for DeployJob
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