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 Freeze for _ProgramDeployment
impl RefUnwindSafe for _ProgramDeployment
impl Send for _ProgramDeployment
impl Sync for _ProgramDeployment
impl Unpin for _ProgramDeployment
impl UnwindSafe for _ProgramDeployment
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