pub struct RustProgramReadConfig {
pub program_id: String,
pub program_spec_hash: String,
pub program_release_hash: String,
pub descriptor: Option<Value>,
}Fields§
§program_id: String§program_spec_hash: String§program_release_hash: String§descriptor: Option<Value>Exact wire descriptor for a published hosted binding. None keeps
the local-HTTP descriptor used by locally generated stack SDKs.
Trait Implementations§
Source§impl Clone for RustProgramReadConfig
impl Clone for RustProgramReadConfig
Source§fn clone(&self) -> RustProgramReadConfig
fn clone(&self) -> RustProgramReadConfig
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 moreAuto Trait Implementations§
impl Freeze for RustProgramReadConfig
impl RefUnwindSafe for RustProgramReadConfig
impl Send for RustProgramReadConfig
impl Sync for RustProgramReadConfig
impl Unpin for RustProgramReadConfig
impl UnsafeUnpin for RustProgramReadConfig
impl UnwindSafe for RustProgramReadConfig
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