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