pub struct StringRangeProcessor;
Expand description
Handle a string range (effectively a no-op, relying on lexical sorting)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StringRangeProcessor
impl RefUnwindSafe for StringRangeProcessor
impl Send for StringRangeProcessor
impl Sync for StringRangeProcessor
impl Unpin for StringRangeProcessor
impl UnwindSafe for StringRangeProcessor
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