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