pub struct AGGREGATE;
Trait Implementations§
impl Copy for AGGREGATE
Auto Trait Implementations§
impl Freeze for AGGREGATE
impl RefUnwindSafe for AGGREGATE
impl Send for AGGREGATE
impl Sync for AGGREGATE
impl Unpin for AGGREGATE
impl UnwindSafe for AGGREGATE
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