pub struct CreateOntologyResult {
pub path: String,
pub ontology_iri: String,
}Fields§
§path: String§ontology_iri: StringTrait Implementations§
Source§impl Debug for CreateOntologyResult
impl Debug for CreateOntologyResult
Auto Trait Implementations§
impl Freeze for CreateOntologyResult
impl RefUnwindSafe for CreateOntologyResult
impl Send for CreateOntologyResult
impl Sync for CreateOntologyResult
impl Unpin for CreateOntologyResult
impl UnsafeUnpin for CreateOntologyResult
impl UnwindSafe for CreateOntologyResult
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