pub struct SumFunction;Trait Implementations§
Auto Trait Implementations§
impl Freeze for SumFunction
impl RefUnwindSafe for SumFunction
impl Send for SumFunction
impl Sync for SumFunction
impl Unpin for SumFunction
impl UnwindSafe for SumFunction
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