pub struct LocalDeploymentPlanRequest {
pub deployment_name: String,
pub network: String,
pub workspace_root: PathBuf,
pub icp_root: PathBuf,
pub config_path: Option<PathBuf>,
pub runtime_variant: String,
pub build_profile: String,
}Expand description
LocalDeploymentPlanRequest
Fields§
§deployment_name: String§network: String§workspace_root: PathBuf§icp_root: PathBuf§config_path: Option<PathBuf>§runtime_variant: String§build_profile: StringTrait Implementations§
Source§impl Clone for LocalDeploymentPlanRequest
impl Clone for LocalDeploymentPlanRequest
Source§fn clone(&self) -> LocalDeploymentPlanRequest
fn clone(&self) -> LocalDeploymentPlanRequest
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 moreSource§impl Debug for LocalDeploymentPlanRequest
impl Debug for LocalDeploymentPlanRequest
impl Eq for LocalDeploymentPlanRequest
Source§impl PartialEq for LocalDeploymentPlanRequest
impl PartialEq for LocalDeploymentPlanRequest
Source§fn eq(&self, other: &LocalDeploymentPlanRequest) -> bool
fn eq(&self, other: &LocalDeploymentPlanRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LocalDeploymentPlanRequest
Auto Trait Implementations§
impl Freeze for LocalDeploymentPlanRequest
impl RefUnwindSafe for LocalDeploymentPlanRequest
impl Send for LocalDeploymentPlanRequest
impl Sync for LocalDeploymentPlanRequest
impl Unpin for LocalDeploymentPlanRequest
impl UnsafeUnpin for LocalDeploymentPlanRequest
impl UnwindSafe for LocalDeploymentPlanRequest
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.