pub struct PythonProgramReadConfig {
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 PythonProgramReadConfig
impl Clone for PythonProgramReadConfig
Source§fn clone(&self) -> PythonProgramReadConfig
fn clone(&self) -> PythonProgramReadConfig
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 PythonProgramReadConfig
impl RefUnwindSafe for PythonProgramReadConfig
impl Send for PythonProgramReadConfig
impl Sync for PythonProgramReadConfig
impl Unpin for PythonProgramReadConfig
impl UnsafeUnpin for PythonProgramReadConfig
impl UnwindSafe for PythonProgramReadConfig
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