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