pub struct MinCount<T, U>(pub Option<T>, pub U);
Expand description
最小値とその個数の総和
Tuple Fields§
§0: Option<T>
§1: U
Trait Implementations§
impl<T, U> Associative for MinCount<T, U>
impl<T, U> Commutative for MinCount<T, U>
impl<T: Copy, U: Copy> Copy for MinCount<T, U>
impl<T: Eq, U: Eq> Eq for MinCount<T, U>
impl<T, U> Set for MinCount<T, U>
impl<T, U> StructuralPartialEq for MinCount<T, U>
Auto Trait Implementations§
impl<T, U> Freeze for MinCount<T, U>
impl<T, U> RefUnwindSafe for MinCount<T, U>where
U: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, U> Send for MinCount<T, U>
impl<T, U> Sync for MinCount<T, U>
impl<T, U> Unpin for MinCount<T, U>
impl<T, U> UnwindSafe for MinCount<T, U>where
U: UnwindSafe,
T: UnwindSafe,
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