Struct anchor_cli::config::_ProgramDeployment
source · pub struct _ProgramDeployment {
pub address: String,
pub path: Option<String>,
pub idl: Option<String>,
}Fields§
§address: String§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<'de> Deserialize<'de> for _ProgramDeployment
impl<'de> Deserialize<'de> for _ProgramDeployment
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 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.
source§impl Serialize for _ProgramDeployment
impl Serialize for _ProgramDeployment
Auto Trait Implementations§
impl RefUnwindSafe for _ProgramDeployment
impl Send for _ProgramDeployment
impl Sync for _ProgramDeployment
impl Unpin for _ProgramDeployment
impl UnwindSafe for _ProgramDeployment
Blanket Implementations§
§impl<T> AbiEnumVisitor for Twhere
T: Serialize + AbiExample + ?Sized,
impl<T> AbiEnumVisitor for Twhere T: Serialize + AbiExample + ?Sized,
default fn visit_for_abi( &self, digester: &mut AbiDigester ) -> Result<AbiDigester, DigestError>
§impl<T> AbiEnumVisitor for Twhere
T: Serialize + ?Sized,
impl<T> AbiEnumVisitor for Twhere T: Serialize + ?Sized,
default fn visit_for_abi( &self, _digester: &mut AbiDigester ) -> Result<AbiDigester, DigestError>
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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