pub struct ExportOntologyParams {
pub source_path: String,
pub output_path: String,
pub format: Option<String>,
}Fields§
§source_path: String§output_path: String§format: Option<String>Trait Implementations§
Source§impl Debug for ExportOntologyParams
impl Debug for ExportOntologyParams
Source§impl<'de> Deserialize<'de> for ExportOntologyParams
impl<'de> Deserialize<'de> for ExportOntologyParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ExportOntologyParams
impl RefUnwindSafe for ExportOntologyParams
impl Send for ExportOntologyParams
impl Sync for ExportOntologyParams
impl Unpin for ExportOntologyParams
impl UnsafeUnpin for ExportOntologyParams
impl UnwindSafe for ExportOntologyParams
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