Enum CharSearch

enum CharSearch

character search

Variants

Forward(char)

Forward search

ForwardBefore(char)

Forward search until

Backward(char)

Backward search

BackwardAfter(char)

Backward search until

Implementations

impl Clone for CharSearch

fn clone(self: &Self) -> CharSearch

impl Copy for CharSearch

impl Debug for CharSearch

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Eq for CharSearch

impl Freeze for CharSearch

impl PartialEq for CharSearch

fn eq(self: &Self, other: &CharSearch) -> bool

impl RefUnwindSafe for CharSearch

impl Send for CharSearch

impl StructuralPartialEq for CharSearch

impl Sync for CharSearch

impl Unpin for CharSearch

impl UnsafeUnpin for CharSearch

impl UnwindSafe for CharSearch

impl<T> Any for CharSearch

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for CharSearch

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for CharSearch

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for CharSearch

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for CharSearch

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for CharSearch

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for CharSearch

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for CharSearch

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for CharSearch

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>