pub(crate) struct Sol3440 {}Expand description
3440m Reschedule Meetings for Maximum Free Time II
Implementations§
Auto Trait Implementations§
impl Freeze for Sol3440
impl RefUnwindSafe for Sol3440
impl Send for Sol3440
impl Sync for Sol3440
impl Unpin for Sol3440
impl UnsafeUnpin for Sol3440
impl UnwindSafe for Sol3440
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