pub struct SingleDeployment {
pub deployment: Deployment,
}Fields
deployment: DeploymentTrait Implementations
sourceimpl Clone for SingleDeployment
impl Clone for SingleDeployment
sourcefn clone(&self) -> SingleDeployment
fn clone(&self) -> SingleDeployment
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SingleDeployment
impl Debug for SingleDeployment
sourceimpl<'de> Deserialize<'de> for SingleDeployment
impl<'de> Deserialize<'de> for SingleDeployment
sourcefn 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
sourceimpl Serialize for SingleDeployment
impl Serialize for SingleDeployment
Auto Trait Implementations
impl RefUnwindSafe for SingleDeployment
impl Send for SingleDeployment
impl Sync for SingleDeployment
impl Unpin for SingleDeployment
impl UnwindSafe for SingleDeployment
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more