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