pub struct DeploymentSpecificationFile {
pub id: Option<u32>,
pub name: String,
pub network: String,
pub stacks_node: Option<String>,
pub bitcoin_node: Option<String>,
pub node: Option<String>,
pub genesis: Option<GenesisSpecificationFile>,
pub plan: Option<TransactionPlanSpecificationFile>,
}Fields§
§id: Option<u32>§name: String§network: String§stacks_node: Option<String>§bitcoin_node: Option<String>§node: Option<String>§genesis: Option<GenesisSpecificationFile>§plan: Option<TransactionPlanSpecificationFile>Trait Implementations§
source§impl Debug for DeploymentSpecificationFile
impl Debug for DeploymentSpecificationFile
source§impl<'de> Deserialize<'de> for DeploymentSpecificationFile
impl<'de> Deserialize<'de> for DeploymentSpecificationFile
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
source§impl PartialEq<DeploymentSpecificationFile> for DeploymentSpecificationFile
impl PartialEq<DeploymentSpecificationFile> for DeploymentSpecificationFile
source§fn eq(&self, other: &DeploymentSpecificationFile) -> bool
fn eq(&self, other: &DeploymentSpecificationFile) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeploymentSpecificationFile
Auto Trait Implementations§
impl RefUnwindSafe for DeploymentSpecificationFile
impl Send for DeploymentSpecificationFile
impl Sync for DeploymentSpecificationFile
impl Unpin for DeploymentSpecificationFile
impl UnwindSafe for DeploymentSpecificationFile
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