pub struct Utf8Text(/* private fields */);Expand description
Tesseract-specific UTF-8 string.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Utf8Text
impl RefUnwindSafe for Utf8Text
impl !Send for Utf8Text
impl !Sync for Utf8Text
impl Unpin for Utf8Text
impl UnsafeUnpin for Utf8Text
impl UnwindSafe for Utf8Text
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