Enum SearchDirection
enum SearchDirection
Search direction
Variants
-
Forward Search history forward
-
Reverse Search history backward
Implementations
impl Clone for SearchDirection
fn clone(self: &Self) -> SearchDirection
impl Copy for SearchDirection
impl Debug for SearchDirection
fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for SearchDirection
impl Freeze for SearchDirection
impl PartialEq for SearchDirection
fn eq(self: &Self, other: &SearchDirection) -> bool
impl RefUnwindSafe for SearchDirection
impl Send for SearchDirection
impl StructuralPartialEq for SearchDirection
impl Sync for SearchDirection
impl Unpin for SearchDirection
impl UnwindSafe for SearchDirection
impl<T> Any for SearchDirection
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for SearchDirection
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for SearchDirection
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for SearchDirection
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for SearchDirection
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for SearchDirection
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for SearchDirection
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for SearchDirection
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for SearchDirection
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>