pub struct LocalDeploymentCheckRequest {
pub deployment_name: String,
pub network: String,
pub workspace_root: PathBuf,
pub icp_root: PathBuf,
pub config_path: Option<PathBuf>,
pub observed_at: String,
pub runtime_variant: String,
pub build_profile: String,
}Expand description
LocalDeploymentCheckRequest
Fields§
§deployment_name: String§network: String§workspace_root: PathBuf§icp_root: PathBuf§config_path: Option<PathBuf>§observed_at: String§runtime_variant: String§build_profile: StringTrait Implementations§
Source§impl Clone for LocalDeploymentCheckRequest
impl Clone for LocalDeploymentCheckRequest
Source§fn clone(&self) -> LocalDeploymentCheckRequest
fn clone(&self) -> LocalDeploymentCheckRequest
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 LocalDeploymentCheckRequest
impl Debug for LocalDeploymentCheckRequest
Source§impl PartialEq for LocalDeploymentCheckRequest
impl PartialEq for LocalDeploymentCheckRequest
Source§fn eq(&self, other: &LocalDeploymentCheckRequest) -> bool
fn eq(&self, other: &LocalDeploymentCheckRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for LocalDeploymentCheckRequest
impl StructuralPartialEq for LocalDeploymentCheckRequest
Auto Trait Implementations§
impl Freeze for LocalDeploymentCheckRequest
impl RefUnwindSafe for LocalDeploymentCheckRequest
impl Send for LocalDeploymentCheckRequest
impl Sync for LocalDeploymentCheckRequest
impl Unpin for LocalDeploymentCheckRequest
impl UnsafeUnpin for LocalDeploymentCheckRequest
impl UnwindSafe for LocalDeploymentCheckRequest
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