pub struct TranslateResult {
pub template: ArbFile,
pub translated: ArbFile,
pub length: usize,
}
Expand description
Translate result.
Fields§
§template: ArbFile
Template information.
translated: ArbFile
Translated content.
length: usize
Number of translations.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TranslateResult
impl RefUnwindSafe for TranslateResult
impl Send for TranslateResult
impl Sync for TranslateResult
impl Unpin for TranslateResult
impl UnwindSafe for TranslateResult
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