pub struct GetDeployedContractByIdParams {
pub id: String,
}
Expand description
struct for passing parameters to the method [get_deployed_contract_by_id
]
Fields§
§id: String
The deployed contract data identifier
Implementations§
Source§impl GetDeployedContractByIdParams
impl GetDeployedContractByIdParams
Sourcepub fn builder() -> GetDeployedContractByIdParamsBuilder
pub fn builder() -> GetDeployedContractByIdParamsBuilder
Create an instance of GetDeployedContractByIdParams
using the builder syntax
Trait Implementations§
Source§impl Clone for GetDeployedContractByIdParams
impl Clone for GetDeployedContractByIdParams
Source§fn clone(&self) -> GetDeployedContractByIdParams
fn clone(&self) -> GetDeployedContractByIdParams
Returns a copy of the value. Read more
1.0.0 · 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 GetDeployedContractByIdParams
impl RefUnwindSafe for GetDeployedContractByIdParams
impl Send for GetDeployedContractByIdParams
impl Sync for GetDeployedContractByIdParams
impl Unpin for GetDeployedContractByIdParams
impl UnwindSafe for GetDeployedContractByIdParams
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