pub(crate) struct Sol493 {}
Expand description
493h Reverse Pairs
Implementations§
Auto Trait Implementations§
impl Freeze for Sol493
impl RefUnwindSafe for Sol493
impl Send for Sol493
impl Sync for Sol493
impl Unpin for Sol493
impl UnwindSafe for Sol493
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