pub struct GetUnspentInputsParams {
pub vault_account_id: String,
pub asset_id: String,
}
Expand description
struct for passing parameters to the method [get_unspent_inputs
]
Fields§
§vault_account_id: String
The ID of the vault account
asset_id: String
The ID of the asset
Implementations§
Source§impl GetUnspentInputsParams
impl GetUnspentInputsParams
Sourcepub fn builder() -> GetUnspentInputsParamsBuilder
pub fn builder() -> GetUnspentInputsParamsBuilder
Create an instance of GetUnspentInputsParams
using the builder syntax
Trait Implementations§
Source§impl Clone for GetUnspentInputsParams
impl Clone for GetUnspentInputsParams
Source§fn clone(&self) -> GetUnspentInputsParams
fn clone(&self) -> GetUnspentInputsParams
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 GetUnspentInputsParams
impl RefUnwindSafe for GetUnspentInputsParams
impl Send for GetUnspentInputsParams
impl Sync for GetUnspentInputsParams
impl Unpin for GetUnspentInputsParams
impl UnwindSafe for GetUnspentInputsParams
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