#[repr(C)]pub struct AggStatePerAggData { /* private fields */ }Trait Implementations§
Source§impl Clone for AggStatePerAggData
impl Clone for AggStatePerAggData
Source§fn clone(&self) -> AggStatePerAggData
fn clone(&self) -> AggStatePerAggData
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AggStatePerAggData
impl Debug for AggStatePerAggData
impl Copy for AggStatePerAggData
Auto Trait Implementations§
impl Freeze for AggStatePerAggData
impl RefUnwindSafe for AggStatePerAggData
impl Send for AggStatePerAggData
impl Sync for AggStatePerAggData
impl Unpin for AggStatePerAggData
impl UnwindSafe for AggStatePerAggData
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