pub struct Web3ChainDeploymentPlan {
pub source_manifest_path: String,
pub source_manifest_sha256: String,
pub create2_factory_address: Option<String>,
pub create2_factory_source: String,
pub salt_namespace: String,
}Fields§
§source_manifest_path: String§source_manifest_sha256: String§create2_factory_address: Option<String>§create2_factory_source: String§salt_namespace: StringTrait Implementations§
Source§impl Clone for Web3ChainDeploymentPlan
impl Clone for Web3ChainDeploymentPlan
Source§fn clone(&self) -> Web3ChainDeploymentPlan
fn clone(&self) -> Web3ChainDeploymentPlan
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 Web3ChainDeploymentPlan
impl Debug for Web3ChainDeploymentPlan
Source§impl<'de> Deserialize<'de> for Web3ChainDeploymentPlan
impl<'de> Deserialize<'de> for Web3ChainDeploymentPlan
Source§fn 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
Auto Trait Implementations§
impl Freeze for Web3ChainDeploymentPlan
impl RefUnwindSafe for Web3ChainDeploymentPlan
impl Send for Web3ChainDeploymentPlan
impl Sync for Web3ChainDeploymentPlan
impl Unpin for Web3ChainDeploymentPlan
impl UnsafeUnpin for Web3ChainDeploymentPlan
impl UnwindSafe for Web3ChainDeploymentPlan
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