pub struct PxAggregateRef(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for PxAggregateRef
impl Clone for PxAggregateRef
Source§fn clone(&self) -> PxAggregateRef
fn clone(&self) -> PxAggregateRef
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 PxAggregateRef
impl Debug for PxAggregateRef
impl Copy for PxAggregateRef
impl Send for PxAggregateRef
impl Sync for PxAggregateRef
Auto Trait Implementations§
impl Freeze for PxAggregateRef
impl RefUnwindSafe for PxAggregateRef
impl Unpin for PxAggregateRef
impl UnwindSafe for PxAggregateRef
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