pub(crate) struct Sol1733 {}Expand description
1733m Minimum Number of People to Teach
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1733
impl RefUnwindSafe for Sol1733
impl Send for Sol1733
impl Sync for Sol1733
impl Unpin for Sol1733
impl UnsafeUnpin for Sol1733
impl UnwindSafe for Sol1733
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