pub struct AnalysisResponse {
pub success: bool,
pub json_path: Option<String>,
pub csv_path: Option<String>,
pub txt_path: Option<String>,
pub message: String,
}Expand description
Resposta do comando de análise
Fields§
§success: bool§json_path: Option<String>§csv_path: Option<String>§txt_path: Option<String>§message: StringTrait Implementations§
Source§impl Debug for AnalysisResponse
impl Debug for AnalysisResponse
Auto Trait Implementations§
impl Freeze for AnalysisResponse
impl RefUnwindSafe for AnalysisResponse
impl Send for AnalysisResponse
impl Sync for AnalysisResponse
impl Unpin for AnalysisResponse
impl UnwindSafe for AnalysisResponse
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