pub(crate) struct Sol1790;Expand description
1790 Check if One String Swap Can Make Strings Equal
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1790
impl RefUnwindSafe for Sol1790
impl Send for Sol1790
impl Sync for Sol1790
impl Unpin for Sol1790
impl UnsafeUnpin for Sol1790
impl UnwindSafe for Sol1790
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