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