Struct oca_parser_xls::xls_parser::entries::ParsedResult
source · pub struct ParsedResult {
pub codes: Vec<String>,
pub translations: BTreeMap<Language, BTreeMap<String, String>>,
}Fields§
§codes: Vec<String>§translations: BTreeMap<Language, BTreeMap<String, String>>Trait Implementations§
Auto Trait Implementations§
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