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