#[non_exhaustive]pub struct DeployJob { /* private fields */ }
Expand description
A deploy Job.
Implementations§
Trait Implementations§
impl StructuralPartialEq 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