pub(crate) struct Sol3480 {}Expand description
3480h Maximize Subarrays After Removing One Conflicting Pair
Implementations§
Auto Trait Implementations§
impl Freeze for Sol3480
impl RefUnwindSafe for Sol3480
impl Send for Sol3480
impl Sync for Sol3480
impl Unpin for Sol3480
impl UnsafeUnpin for Sol3480
impl UnwindSafe for Sol3480
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