pub(crate) struct Sol2410 {}Expand description
2410m Maximum Matching of Players With Trainers
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2410
impl RefUnwindSafe for Sol2410
impl Send for Sol2410
impl Sync for Sol2410
impl Unpin for Sol2410
impl UnsafeUnpin for Sol2410
impl UnwindSafe for Sol2410
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