pub struct ConstMean { /* private fields */ }Expand description
Constant mean function
Trait Implementations§
impl Copy for ConstMean
Auto Trait Implementations§
impl Freeze for ConstMean
impl RefUnwindSafe for ConstMean
impl Send for ConstMean
impl Sync for ConstMean
impl Unpin for ConstMean
impl UnwindSafe for ConstMean
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