pub(crate) struct Sol1857 {}Expand description
1857h Largest Color Value in a Directed Graph
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1857
impl RefUnwindSafe for Sol1857
impl Send for Sol1857
impl Sync for Sol1857
impl Unpin for Sol1857
impl UnsafeUnpin for Sol1857
impl UnwindSafe for Sol1857
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