pub enum OcrToolType {
HandWrite,
}Expand description
OCR tool types
Variants§
HandWrite
Trait Implementations§
Source§impl Clone for OcrToolType
impl Clone for OcrToolType
Source§fn clone(&self) -> OcrToolType
fn clone(&self) -> OcrToolType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OcrToolType
impl Debug for OcrToolType
Auto Trait Implementations§
impl Freeze for OcrToolType
impl RefUnwindSafe for OcrToolType
impl Send for OcrToolType
impl Sync for OcrToolType
impl Unpin for OcrToolType
impl UnsafeUnpin for OcrToolType
impl UnwindSafe for OcrToolType
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