pub struct GetPerformanceAllPeriodsRequestQuery {
pub param: Option<String>,
}Fields§
§param: Option<String>only one account. If defined, accounts passed in request body ignored
Trait Implementations§
Source§impl Clone for GetPerformanceAllPeriodsRequestQuery
impl Clone for GetPerformanceAllPeriodsRequestQuery
Source§fn clone(&self) -> GetPerformanceAllPeriodsRequestQuery
fn clone(&self) -> GetPerformanceAllPeriodsRequestQuery
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 GetPerformanceAllPeriodsRequestQuery
impl PartialEq for GetPerformanceAllPeriodsRequestQuery
Source§fn eq(&self, other: &GetPerformanceAllPeriodsRequestQuery) -> bool
fn eq(&self, other: &GetPerformanceAllPeriodsRequestQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetPerformanceAllPeriodsRequestQuery
Auto Trait Implementations§
impl Freeze for GetPerformanceAllPeriodsRequestQuery
impl RefUnwindSafe for GetPerformanceAllPeriodsRequestQuery
impl Send for GetPerformanceAllPeriodsRequestQuery
impl Sync for GetPerformanceAllPeriodsRequestQuery
impl Unpin for GetPerformanceAllPeriodsRequestQuery
impl UnsafeUnpin for GetPerformanceAllPeriodsRequestQuery
impl UnwindSafe for GetPerformanceAllPeriodsRequestQuery
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