Struct anchor_cli::config::ProgramDeployment
source · pub struct ProgramDeployment {
pub address: Pubkey,
pub path: Option<String>,
pub idl: Option<String>,
}Fields§
§address: Pubkey§path: Option<String>§idl: Option<String>Trait Implementations§
source§impl Debug for ProgramDeployment
impl Debug for ProgramDeployment
source§impl Default for ProgramDeployment
impl Default for ProgramDeployment
source§fn default() -> ProgramDeployment
fn default() -> ProgramDeployment
Returns the “default value” for a type. Read more
source§impl From<&ProgramDeployment> for _ProgramDeployment
impl From<&ProgramDeployment> for _ProgramDeployment
source§fn from(pd: &ProgramDeployment) -> Self
fn from(pd: &ProgramDeployment) -> Self
Converts to this type from the input type.