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