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