pub struct LegacyProgramExtensionsV1 {
pub pdas: BTreeMap<String, Value>,
pub instructions: Vec<Value>,
}Fields§
§pdas: BTreeMap<String, Value>§instructions: Vec<Value>Trait Implementations§
Source§impl Clone for LegacyProgramExtensionsV1
impl Clone for LegacyProgramExtensionsV1
Source§fn clone(&self) -> LegacyProgramExtensionsV1
fn clone(&self) -> LegacyProgramExtensionsV1
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 LegacyProgramExtensionsV1
impl Debug for LegacyProgramExtensionsV1
Source§impl<'de> Deserialize<'de> for LegacyProgramExtensionsV1
impl<'de> Deserialize<'de> for LegacyProgramExtensionsV1
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 LegacyProgramExtensionsV1
impl RefUnwindSafe for LegacyProgramExtensionsV1
impl Send for LegacyProgramExtensionsV1
impl Sync for LegacyProgramExtensionsV1
impl Unpin for LegacyProgramExtensionsV1
impl UnsafeUnpin for LegacyProgramExtensionsV1
impl UnwindSafe for LegacyProgramExtensionsV1
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