pub struct HostedManagedProgramReleaseV2Fields {
pub program_id: String,
pub program_spec_hash: HashId<ProgramSpec>,
pub idl_content_hash: HashId<IdlContent>,
pub normalized_idl_hash: HashId<IdlNormalized>,
pub decoder_abi_version: String,
pub decoder_engine_id: String,
pub decoder_binding_id: String,
pub executable_identity: SolanaExecutableIdentityV1,
}Fields§
§program_id: String§program_spec_hash: HashId<ProgramSpec>§idl_content_hash: HashId<IdlContent>§normalized_idl_hash: HashId<IdlNormalized>§decoder_abi_version: String§decoder_engine_id: String§decoder_binding_id: String§executable_identity: SolanaExecutableIdentityV1Trait Implementations§
Source§impl Clone for HostedManagedProgramReleaseV2Fields
impl Clone for HostedManagedProgramReleaseV2Fields
Source§fn clone(&self) -> HostedManagedProgramReleaseV2Fields
fn clone(&self) -> HostedManagedProgramReleaseV2Fields
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 moreimpl Eq for HostedManagedProgramReleaseV2Fields
impl StructuralPartialEq for HostedManagedProgramReleaseV2Fields
Auto Trait Implementations§
impl Freeze for HostedManagedProgramReleaseV2Fields
impl RefUnwindSafe for HostedManagedProgramReleaseV2Fields
impl Send for HostedManagedProgramReleaseV2Fields
impl Sync for HostedManagedProgramReleaseV2Fields
impl Unpin for HostedManagedProgramReleaseV2Fields
impl UnsafeUnpin for HostedManagedProgramReleaseV2Fields
impl UnwindSafe for HostedManagedProgramReleaseV2Fields
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