pub struct CreateOntologyParams {
pub path: String,
pub ontology_iri: String,
pub version_iri: Option<String>,
pub format: Option<String>,
pub prefixes: Option<BTreeMap<String, String>>,
}Fields§
§path: String§ontology_iri: String§version_iri: Option<String>§format: Option<String>§prefixes: Option<BTreeMap<String, String>>Trait Implementations§
Source§impl Debug for CreateOntologyParams
impl Debug for CreateOntologyParams
Source§impl<'de> Deserialize<'de> for CreateOntologyParams
impl<'de> Deserialize<'de> for CreateOntologyParams
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 CreateOntologyParams
impl RefUnwindSafe for CreateOntologyParams
impl Send for CreateOntologyParams
impl Sync for CreateOntologyParams
impl Unpin for CreateOntologyParams
impl UnsafeUnpin for CreateOntologyParams
impl UnwindSafe for CreateOntologyParams
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