pub struct GetConstructorByContractTemplateIdParams {
pub contract_template_id: String,
pub with_docs: Option<bool>,
}
Expand description
struct for passing parameters to the method
[get_constructor_by_contract_template_id
]
Fields§
§contract_template_id: String
The Contract Template identifier
with_docs: Option<bool>
true if you want to get the abi with its docs
Implementations§
Source§impl GetConstructorByContractTemplateIdParams
impl GetConstructorByContractTemplateIdParams
Sourcepub fn builder() -> GetConstructorByContractTemplateIdParamsBuilder
pub fn builder() -> GetConstructorByContractTemplateIdParamsBuilder
Create an instance of GetConstructorByContractTemplateIdParams
using the builder syntax
Trait Implementations§
Source§impl Clone for GetConstructorByContractTemplateIdParams
impl Clone for GetConstructorByContractTemplateIdParams
Source§fn clone(&self) -> GetConstructorByContractTemplateIdParams
fn clone(&self) -> GetConstructorByContractTemplateIdParams
Returns a duplicate 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 GetConstructorByContractTemplateIdParams
impl RefUnwindSafe for GetConstructorByContractTemplateIdParams
impl Send for GetConstructorByContractTemplateIdParams
impl Sync for GetConstructorByContractTemplateIdParams
impl Unpin for GetConstructorByContractTemplateIdParams
impl UnwindSafe for GetConstructorByContractTemplateIdParams
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