pub struct GetClickLocationRequest {
pub query: StatsQuery,
}Fields§
§query: StatsQueryImplementations§
Trait Implementations§
Source§impl Clone for GetClickLocationRequest
impl Clone for GetClickLocationRequest
Source§fn clone(&self) -> GetClickLocationRequest
fn clone(&self) -> GetClickLocationRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetClickLocationRequest
impl Debug for GetClickLocationRequest
Source§impl Endpoint for GetClickLocationRequest
impl Endpoint for GetClickLocationRequest
Source§impl PartialEq for GetClickLocationRequest
impl PartialEq for GetClickLocationRequest
Source§fn eq(&self, other: &GetClickLocationRequest) -> bool
fn eq(&self, other: &GetClickLocationRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetClickLocationRequest
impl Serialize for GetClickLocationRequest
impl StructuralPartialEq for GetClickLocationRequest
Auto Trait Implementations§
impl Freeze for GetClickLocationRequest
impl RefUnwindSafe for GetClickLocationRequest
impl Send for GetClickLocationRequest
impl Sync for GetClickLocationRequest
impl Unpin for GetClickLocationRequest
impl UnsafeUnpin for GetClickLocationRequest
impl UnwindSafe for GetClickLocationRequest
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