pub(crate) struct ProductOfNumbers {
pub(crate) pds: Vec<i32>,
}Expand description
1352m Product of the Last K Numbers
Fields§
§pds: Vec<i32>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProductOfNumbers
impl RefUnwindSafe for ProductOfNumbers
impl Send for ProductOfNumbers
impl Sync for ProductOfNumbers
impl Unpin for ProductOfNumbers
impl UnsafeUnpin for ProductOfNumbers
impl UnwindSafe for ProductOfNumbers
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