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