pub(crate) struct Sol1184;Expand description
1184 Distance Between Bus Stops
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1184
impl RefUnwindSafe for Sol1184
impl Send for Sol1184
impl Sync for Sol1184
impl Unpin for Sol1184
impl UnsafeUnpin for Sol1184
impl UnwindSafe for Sol1184
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