pub(crate) struct Sol2785 {}Expand description
2785m Sort Vowels in a String
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2785
impl RefUnwindSafe for Sol2785
impl Send for Sol2785
impl Sync for Sol2785
impl Unpin for Sol2785
impl UnsafeUnpin for Sol2785
impl UnwindSafe for Sol2785
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