pub struct ReduceMin { /* private fields */ }
Expand description
Reduce mean node.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReduceMin
impl !RefUnwindSafe for ReduceMin
impl !Send for ReduceMin
impl !Sync for ReduceMin
impl Unpin for ReduceMin
impl !UnwindSafe for ReduceMin
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