pub struct PostGwApiV1InternalCashTransfersBulkRequestQuery {
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 PostGwApiV1InternalCashTransfersBulkRequestQuery
impl Clone for PostGwApiV1InternalCashTransfersBulkRequestQuery
Source§fn clone(&self) -> PostGwApiV1InternalCashTransfersBulkRequestQuery
fn clone(&self) -> PostGwApiV1InternalCashTransfersBulkRequestQuery
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 PostGwApiV1InternalCashTransfersBulkRequestQuery
impl PartialEq for PostGwApiV1InternalCashTransfersBulkRequestQuery
Source§fn eq(&self, other: &PostGwApiV1InternalCashTransfersBulkRequestQuery) -> bool
fn eq(&self, other: &PostGwApiV1InternalCashTransfersBulkRequestQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PostGwApiV1InternalCashTransfersBulkRequestQuery
Auto Trait Implementations§
impl Freeze for PostGwApiV1InternalCashTransfersBulkRequestQuery
impl RefUnwindSafe for PostGwApiV1InternalCashTransfersBulkRequestQuery
impl Send for PostGwApiV1InternalCashTransfersBulkRequestQuery
impl Sync for PostGwApiV1InternalCashTransfersBulkRequestQuery
impl Unpin for PostGwApiV1InternalCashTransfersBulkRequestQuery
impl UnsafeUnpin for PostGwApiV1InternalCashTransfersBulkRequestQuery
impl UnwindSafe for PostGwApiV1InternalCashTransfersBulkRequestQuery
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