pub struct RecognizedText;Implementations§
Auto Trait Implementations§
impl Freeze for RecognizedText
impl RefUnwindSafe for RecognizedText
impl Send for RecognizedText
impl Sync for RecognizedText
impl Unpin for RecognizedText
impl UnsafeUnpin for RecognizedText
impl UnwindSafe for RecognizedText
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