#[repr(C)]pub struct GSAggregationResultTag { /* private fields */ }
Trait Implementations§
Source§impl Clone for GSAggregationResultTag
impl Clone for GSAggregationResultTag
Source§fn clone(&self) -> GSAggregationResultTag
fn clone(&self) -> GSAggregationResultTag
Returns a copy 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 GSAggregationResultTag
impl Debug for GSAggregationResultTag
impl Copy for GSAggregationResultTag
Auto Trait Implementations§
impl Freeze for GSAggregationResultTag
impl RefUnwindSafe for GSAggregationResultTag
impl Send for GSAggregationResultTag
impl Sync for GSAggregationResultTag
impl Unpin for GSAggregationResultTag
impl UnwindSafe for GSAggregationResultTag
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