pub struct AveragedCollection { /* private fields */ }Expand description
oop: encapsulation
Implementations§
Auto Trait Implementations§
impl Freeze for AveragedCollection
impl RefUnwindSafe for AveragedCollection
impl Send for AveragedCollection
impl Sync for AveragedCollection
impl Unpin for AveragedCollection
impl UnwindSafe for AveragedCollection
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