pub struct Cumprod { /* private fields */ }
Expand description
Builder for the Cumprod
operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cumprod
impl RefUnwindSafe for Cumprod
impl Send for Cumprod
impl Sync for Cumprod
impl Unpin for Cumprod
impl UnwindSafe for Cumprod
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