pub struct ParsedResult {
pub oca: OCABox,
pub languages: Vec<Language>,
}Fields§
§oca: OCABox§languages: Vec<Language>Auto Trait Implementations§
impl Freeze for ParsedResult
impl RefUnwindSafe for ParsedResult
impl Send for ParsedResult
impl Sync for ParsedResult
impl Unpin for ParsedResult
impl UnwindSafe for ParsedResult
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