pub(crate) struct Sol1752;Expand description
1752 Check If Array Is Sorted and Rotated
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1752
impl RefUnwindSafe for Sol1752
impl Send for Sol1752
impl Sync for Sol1752
impl Unpin for Sol1752
impl UnsafeUnpin for Sol1752
impl UnwindSafe for Sol1752
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