pub struct AsyncWorkflowsInputsTaxParam {
pub calculation: String,
}Fields§
§calculation: StringThe TaxCalculation id
Implementations§
Trait Implementations§
Source§impl Clone for AsyncWorkflowsInputsTaxParam
impl Clone for AsyncWorkflowsInputsTaxParam
Source§fn clone(&self) -> AsyncWorkflowsInputsTaxParam
fn clone(&self) -> AsyncWorkflowsInputsTaxParam
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 moreSource§impl Debug for AsyncWorkflowsInputsTaxParam
impl Debug for AsyncWorkflowsInputsTaxParam
Auto Trait Implementations§
impl Freeze for AsyncWorkflowsInputsTaxParam
impl RefUnwindSafe for AsyncWorkflowsInputsTaxParam
impl Send for AsyncWorkflowsInputsTaxParam
impl Sync for AsyncWorkflowsInputsTaxParam
impl Unpin for AsyncWorkflowsInputsTaxParam
impl UnwindSafe for AsyncWorkflowsInputsTaxParam
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