pub struct ApplyAxiomPatchParams {
pub document_uri: String,
pub patches: Value,
pub preview_only: bool,
}Fields§
§document_uri: String§patches: ValueJSON array of patch operations (Turtle strixonomy_owl::PatchOp or OBO strixonomy_obo::OboPatchOp).
preview_only: boolTrait Implementations§
Source§impl Debug for ApplyAxiomPatchParams
impl Debug for ApplyAxiomPatchParams
Source§impl<'de> Deserialize<'de> for ApplyAxiomPatchParams
impl<'de> Deserialize<'de> for ApplyAxiomPatchParams
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 ApplyAxiomPatchParams
impl RefUnwindSafe for ApplyAxiomPatchParams
impl Send for ApplyAxiomPatchParams
impl Sync for ApplyAxiomPatchParams
impl Unpin for ApplyAxiomPatchParams
impl UnsafeUnpin for ApplyAxiomPatchParams
impl UnwindSafe for ApplyAxiomPatchParams
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