pub struct RustProgramReadConfig {
pub program_id: String,
pub program_spec_hash: String,
pub program_release_hash: String,
}Fields§
§program_id: String§program_spec_hash: String§program_release_hash: StringTrait 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