pub struct ModuleChangePlanRequest {Show 14 fields
pub current_desired: DesiredModuleComposition,
pub current_lock: Option<ApplicationModuleLock>,
pub change: ModuleRootChange,
pub catalog_snapshot_digest: String,
pub trust_policy_digest: String,
pub compatibility_evidence_digest: String,
pub resolver_version: String,
pub environment_id: String,
pub expected_target_revision: u64,
pub candidates: Vec<ModuleResolutionCandidate>,
pub current_service_installations: ServiceInstallationSet,
pub service_deployments: Vec<ServiceDeploymentBinding>,
pub cargo_offline: bool,
pub created_at: DateTime<Utc>,
}Fields§
§current_desired: DesiredModuleComposition§current_lock: Option<ApplicationModuleLock>§change: ModuleRootChange§catalog_snapshot_digest: String§trust_policy_digest: String§compatibility_evidence_digest: String§resolver_version: String§environment_id: String§expected_target_revision: u64§candidates: Vec<ModuleResolutionCandidate>§current_service_installations: ServiceInstallationSet§service_deployments: Vec<ServiceDeploymentBinding>§cargo_offline: bool§created_at: DateTime<Utc>Trait Implementations§
Source§impl Clone for ModuleChangePlanRequest
impl Clone for ModuleChangePlanRequest
Source§fn clone(&self) -> ModuleChangePlanRequest
fn clone(&self) -> ModuleChangePlanRequest
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 ModuleChangePlanRequest
impl RefUnwindSafe for ModuleChangePlanRequest
impl Send for ModuleChangePlanRequest
impl Sync for ModuleChangePlanRequest
impl Unpin for ModuleChangePlanRequest
impl UnsafeUnpin for ModuleChangePlanRequest
impl UnwindSafe for ModuleChangePlanRequest
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