pub struct TranslatePayload {
pub translated_files: Vec<TranslatedFile>,
}Expand description
Top-level payload for the translate command JSON envelope.
Fields§
§translated_files: Vec<TranslatedFile>Per-file outcomes for every collected input.
Trait Implementations§
Source§impl Debug for TranslatePayload
impl Debug for TranslatePayload
Auto Trait Implementations§
impl Freeze for TranslatePayload
impl RefUnwindSafe for TranslatePayload
impl Send for TranslatePayload
impl Sync for TranslatePayload
impl Unpin for TranslatePayload
impl UnsafeUnpin for TranslatePayload
impl UnwindSafe for TranslatePayload
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