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