pub struct BasicPropertyValue {
pub pred: String,
pub val: String,
pub xrefs: Vec<String>,
pub meta: Option<Box<Meta>>,
}Fields§
§pred: String§val: String§xrefs: Vec<String>§meta: Option<Box<Meta>>Implementations§
Trait Implementations§
Source§impl Clone for BasicPropertyValue
impl Clone for BasicPropertyValue
Source§fn clone(&self) -> BasicPropertyValue
fn clone(&self) -> BasicPropertyValue
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 BasicPropertyValue
impl Debug for BasicPropertyValue
Source§impl<'de> Deserialize<'de> for BasicPropertyValue
impl<'de> Deserialize<'de> for BasicPropertyValue
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
impl Eq for BasicPropertyValue
Source§impl FromGraph<BasicPropertyValue> for TermClause
Available on crate feature obo only.
impl FromGraph<BasicPropertyValue> for TermClause
Available on crate feature
obo only.fn from_graph(pv: BasicPropertyValue) -> Result<Self>
Source§impl FromGraph<BasicPropertyValue> for TypedefClause
Available on crate feature obo only.
impl FromGraph<BasicPropertyValue> for TypedefClause
Available on crate feature
obo only.fn from_graph(pv: BasicPropertyValue) -> Result<Self>
Source§impl FromGraph<BasicPropertyValue> for InstanceClause
Available on crate feature obo only.
impl FromGraph<BasicPropertyValue> for InstanceClause
Available on crate feature
obo only.fn from_graph(pv: BasicPropertyValue) -> Result<Self>
Source§impl FromGraph<BasicPropertyValue> for HeaderClause
Available on crate feature obo only.
impl FromGraph<BasicPropertyValue> for HeaderClause
Available on crate feature
obo only.fn from_graph(pv: BasicPropertyValue) -> Result<Self>
Source§impl PartialEq for BasicPropertyValue
impl PartialEq for BasicPropertyValue
Source§impl Serialize for BasicPropertyValue
impl Serialize for BasicPropertyValue
impl StructuralPartialEq for BasicPropertyValue
Auto Trait Implementations§
impl Freeze for BasicPropertyValue
impl RefUnwindSafe for BasicPropertyValue
impl Send for BasicPropertyValue
impl Sync for BasicPropertyValue
impl Unpin for BasicPropertyValue
impl UnsafeUnpin for BasicPropertyValue
impl UnwindSafe for BasicPropertyValue
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.