pub struct AggrState { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for AggrState
impl RefUnwindSafe for AggrState
impl Send for AggrState
impl Sync for AggrState
impl Unpin for AggrState
impl UnsafeUnpin for AggrState
impl UnwindSafe for AggrState
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