Variants
Found(usize)
Found the pattern at this offset
NotFound(usize)
Did not find the pattern but the parser can skip ahead to this offset.
Trait Implementations
impl StructuralPartialEq for TakeRange
Auto Trait Implementations
impl RefUnwindSafe for TakeRange
impl Send for TakeRange
impl Sync for TakeRange
impl Unpin for TakeRange
impl UnwindSafe for TakeRange
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more