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