pub struct GetGwApiV1EnumerationsComplexAssetTransferRequestQuery {
pub client_id: Option<String>,
pub instruction_type: String,
}Fields§
§client_id: Option<String>The client’s clientId
- Example:
Some("abc123".to_string())
instruction_type: StringAsset transfer type to get the list of supported brokers
Trait Implementations§
Source§impl Clone for GetGwApiV1EnumerationsComplexAssetTransferRequestQuery
impl Clone for GetGwApiV1EnumerationsComplexAssetTransferRequestQuery
Source§fn clone(&self) -> GetGwApiV1EnumerationsComplexAssetTransferRequestQuery
fn clone(&self) -> GetGwApiV1EnumerationsComplexAssetTransferRequestQuery
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 PartialEq for GetGwApiV1EnumerationsComplexAssetTransferRequestQuery
impl PartialEq for GetGwApiV1EnumerationsComplexAssetTransferRequestQuery
Source§fn eq(
&self,
other: &GetGwApiV1EnumerationsComplexAssetTransferRequestQuery,
) -> bool
fn eq( &self, other: &GetGwApiV1EnumerationsComplexAssetTransferRequestQuery, ) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'v_a> ValidateArgs<'v_a> for GetGwApiV1EnumerationsComplexAssetTransferRequestQuery
impl<'v_a> ValidateArgs<'v_a> for GetGwApiV1EnumerationsComplexAssetTransferRequestQuery
impl StructuralPartialEq for GetGwApiV1EnumerationsComplexAssetTransferRequestQuery
Auto Trait Implementations§
impl Freeze for GetGwApiV1EnumerationsComplexAssetTransferRequestQuery
impl RefUnwindSafe for GetGwApiV1EnumerationsComplexAssetTransferRequestQuery
impl Send for GetGwApiV1EnumerationsComplexAssetTransferRequestQuery
impl Sync for GetGwApiV1EnumerationsComplexAssetTransferRequestQuery
impl Unpin for GetGwApiV1EnumerationsComplexAssetTransferRequestQuery
impl UnsafeUnpin for GetGwApiV1EnumerationsComplexAssetTransferRequestQuery
impl UnwindSafe for GetGwApiV1EnumerationsComplexAssetTransferRequestQuery
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