pub struct InferredObjectPropertyAssertion {
pub subject_iri: String,
pub property_iri: String,
pub object_iri: String,
}Fields§
§subject_iri: String§property_iri: String§object_iri: StringTrait Implementations§
Source§impl Clone for InferredObjectPropertyAssertion
impl Clone for InferredObjectPropertyAssertion
Source§fn clone(&self) -> InferredObjectPropertyAssertion
fn clone(&self) -> InferredObjectPropertyAssertion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for InferredObjectPropertyAssertion
impl<'de> Deserialize<'de> for InferredObjectPropertyAssertion
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 InferredObjectPropertyAssertion
impl RefUnwindSafe for InferredObjectPropertyAssertion
impl Send for InferredObjectPropertyAssertion
impl Sync for InferredObjectPropertyAssertion
impl Unpin for InferredObjectPropertyAssertion
impl UnsafeUnpin for InferredObjectPropertyAssertion
impl UnwindSafe for InferredObjectPropertyAssertion
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