pub struct ExportOntologyResult {
pub output_path: String,
pub success: bool,
pub logs: Option<String>,
}Fields§
§output_path: String§success: bool§logs: Option<String>Trait Implementations§
Source§impl Debug for ExportOntologyResult
impl Debug for ExportOntologyResult
Auto Trait Implementations§
impl Freeze for ExportOntologyResult
impl RefUnwindSafe for ExportOntologyResult
impl Send for ExportOntologyResult
impl Sync for ExportOntologyResult
impl Unpin for ExportOntologyResult
impl UnsafeUnpin for ExportOntologyResult
impl UnwindSafe for ExportOntologyResult
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