pub enum Encoding {
Bytes,
Utf8,
Utf16,
}
Expand description
Encoding for which to check the range.
Variants§
Bytes
Emit the raw byte offset for the column.
Utf8
Emit the UTF-8 offset for the column.
Utf16
Emit the UTF-16 offset for the column.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Encoding
impl RefUnwindSafe for Encoding
impl Send for Encoding
impl Sync for Encoding
impl Unpin for Encoding
impl UnwindSafe for Encoding
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