pub(crate) struct Sol1450 {}Expand description
1450 Number of Students Doing Homework at a Given Time
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1450
impl RefUnwindSafe for Sol1450
impl Send for Sol1450
impl Sync for Sol1450
impl Unpin for Sol1450
impl UnsafeUnpin for Sol1450
impl UnwindSafe for Sol1450
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