Enum blockwise_reader::FindPos
source · pub enum FindPos {
Begin,
End,
}Expand description
this enum decides where to set the internal vector position after a search / find operation
Variants§
Begin
set it to the begion of the search word or character
End
set it to the end of the search word or character
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FindPos
impl Send for FindPos
impl Sync for FindPos
impl Unpin for FindPos
impl UnwindSafe for FindPos
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