pub struct StripStr { /* private fields */ }
Expand description
Incrementally strip non-contiguous data
Implementations§
source§impl StripStr
impl StripStr
sourcepub fn strip_next<'s>(&'s mut self, data: &'s str) -> StripStrIter<'s> ⓘ
pub fn strip_next<'s>(&'s mut self, data: &'s str) -> StripStrIter<'s> ⓘ
Strip the next segment of data
Trait Implementations§
source§impl PartialEq for StripStr
impl PartialEq for StripStr
impl Eq for StripStr
impl StructuralEq for StripStr
impl StructuralPartialEq for StripStr
Auto Trait Implementations§
impl RefUnwindSafe for StripStr
impl Send for StripStr
impl Sync for StripStr
impl Unpin for StripStr
impl UnwindSafe for StripStr
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