pub struct RealizationEntry {
pub individual_iri: String,
pub types: Vec<String>,
pub most_specific: Vec<String>,
pub asserted: Vec<String>,
pub inferred: Vec<String>,
}Fields§
§individual_iri: String§types: Vec<String>§most_specific: Vec<String>§asserted: Vec<String>§inferred: Vec<String>Trait Implementations§
Source§impl Clone for RealizationEntry
impl Clone for RealizationEntry
Source§fn clone(&self) -> RealizationEntry
fn clone(&self) -> RealizationEntry
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 Debug for RealizationEntry
impl Debug for RealizationEntry
Source§impl<'de> Deserialize<'de> for RealizationEntry
impl<'de> Deserialize<'de> for RealizationEntry
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 RealizationEntry
impl RefUnwindSafe for RealizationEntry
impl Send for RealizationEntry
impl Sync for RealizationEntry
impl Unpin for RealizationEntry
impl UnsafeUnpin for RealizationEntry
impl UnwindSafe for RealizationEntry
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