pub struct MoonshineRecognizerResult {
pub text: String,
}
Fields§
§text: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MoonshineRecognizerResult
impl RefUnwindSafe for MoonshineRecognizerResult
impl Send for MoonshineRecognizerResult
impl Sync for MoonshineRecognizerResult
impl Unpin for MoonshineRecognizerResult
impl UnwindSafe for MoonshineRecognizerResult
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