pub struct GetGlobalStatCall {
pub keys: SmallVec<StatKey>,
}Fields§
§keys: SmallVec<StatKey>Trait Implementations§
Source§impl Call for GetGlobalStatCall
impl Call for GetGlobalStatCall
Source§impl Clone for GetGlobalStatCall
impl Clone for GetGlobalStatCall
Source§fn clone(&self) -> GetGlobalStatCall
fn clone(&self) -> GetGlobalStatCall
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 Debug for GetGlobalStatCall
impl Debug for GetGlobalStatCall
Source§impl Default for GetGlobalStatCall
impl Default for GetGlobalStatCall
Source§fn default() -> GetGlobalStatCall
fn default() -> GetGlobalStatCall
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetGlobalStatCall
impl RefUnwindSafe for GetGlobalStatCall
impl Send for GetGlobalStatCall
impl Sync for GetGlobalStatCall
impl Unpin for GetGlobalStatCall
impl UnwindSafe for GetGlobalStatCall
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