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