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