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