pub(crate) struct Sol704;Expand description
704 Binary Search
Implementations§
Auto Trait Implementations§
impl Freeze for Sol704
impl RefUnwindSafe for Sol704
impl Send for Sol704
impl Sync for Sol704
impl Unpin for Sol704
impl UnsafeUnpin for Sol704
impl UnwindSafe for Sol704
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