pub struct ExportResponse {
pub exported: bool,
pub yaml_path: String,
pub excel_path: String,
pub message: String,
}Expand description
Export response
Fields§
§exported: bool§yaml_path: String§excel_path: String§message: StringTrait Implementations§
Source§impl Default for ExportResponse
impl Default for ExportResponse
Source§fn default() -> ExportResponse
fn default() -> ExportResponse
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExportResponse
impl RefUnwindSafe for ExportResponse
impl Send for ExportResponse
impl Sync for ExportResponse
impl Unpin for ExportResponse
impl UnsafeUnpin for ExportResponse
impl UnwindSafe for ExportResponse
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