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