pub struct GetContractTemplateByIdParams {
pub contract_template_id: String,
}
Expand description
struct for passing parameters to the method [get_contract_template_by_id
]
Fields§
§contract_template_id: String
The Contract Template identifier
Implementations§
Source§impl GetContractTemplateByIdParams
impl GetContractTemplateByIdParams
Sourcepub fn builder() -> GetContractTemplateByIdParamsBuilder
pub fn builder() -> GetContractTemplateByIdParamsBuilder
Create an instance of GetContractTemplateByIdParams
using the builder syntax
Trait Implementations§
Source§impl Clone for GetContractTemplateByIdParams
impl Clone for GetContractTemplateByIdParams
Source§fn clone(&self) -> GetContractTemplateByIdParams
fn clone(&self) -> GetContractTemplateByIdParams
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 GetContractTemplateByIdParams
impl RefUnwindSafe for GetContractTemplateByIdParams
impl Send for GetContractTemplateByIdParams
impl Sync for GetContractTemplateByIdParams
impl Unpin for GetContractTemplateByIdParams
impl UnwindSafe for GetContractTemplateByIdParams
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