pub struct GetGwApiV1EnumerationsComplexAssetTransferRequest {
pub query: GetGwApiV1EnumerationsComplexAssetTransferRequestQuery,
}Expand description
Get list of brokers supported for given asset transfer type
Scope: enumerations.read
Security Policy: HTTPS
Fields§
§query: GetGwApiV1EnumerationsComplexAssetTransferRequestQueryImplementations§
Source§impl GetGwApiV1EnumerationsComplexAssetTransferRequest
impl GetGwApiV1EnumerationsComplexAssetTransferRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetGwApiV1EnumerationsComplexAssetTransferResponse>
pub async fn parse_response( req: Response, ) -> Result<GetGwApiV1EnumerationsComplexAssetTransferResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetGwApiV1EnumerationsComplexAssetTransferRequest
impl Clone for GetGwApiV1EnumerationsComplexAssetTransferRequest
Source§fn clone(&self) -> GetGwApiV1EnumerationsComplexAssetTransferRequest
fn clone(&self) -> GetGwApiV1EnumerationsComplexAssetTransferRequest
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<'v_a> ValidateArgs<'v_a> for GetGwApiV1EnumerationsComplexAssetTransferRequest
impl<'v_a> ValidateArgs<'v_a> for GetGwApiV1EnumerationsComplexAssetTransferRequest
Auto Trait Implementations§
impl Freeze for GetGwApiV1EnumerationsComplexAssetTransferRequest
impl RefUnwindSafe for GetGwApiV1EnumerationsComplexAssetTransferRequest
impl Send for GetGwApiV1EnumerationsComplexAssetTransferRequest
impl Sync for GetGwApiV1EnumerationsComplexAssetTransferRequest
impl Unpin for GetGwApiV1EnumerationsComplexAssetTransferRequest
impl UnsafeUnpin for GetGwApiV1EnumerationsComplexAssetTransferRequest
impl UnwindSafe for GetGwApiV1EnumerationsComplexAssetTransferRequest
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