pub struct DeploymentRecord {
pub deployment: Deployment,
pub state: DeploymentState,
}Fields§
§deployment: Deployment§state: DeploymentStateTrait Implementations§
Source§impl Clone for DeploymentRecord
impl Clone for DeploymentRecord
Source§fn clone(&self) -> DeploymentRecord
fn clone(&self) -> DeploymentRecord
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DeploymentRecord
impl RefUnwindSafe for DeploymentRecord
impl Send for DeploymentRecord
impl Sync for DeploymentRecord
impl Unpin for DeploymentRecord
impl UnsafeUnpin for DeploymentRecord
impl UnwindSafe for DeploymentRecord
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