pub enum ObjectTerm {
Value(TypedValue),
NodeRef(NodeUri),
}Expand description
One object of an expanded fact.
Variants§
Value(TypedValue)
Data, including literal strings that resemble node URIs.
NodeRef(NodeUri)
A semantic link to another addressed IR node.
Implementations§
Source§impl ObjectTerm
impl ObjectTerm
Trait Implementations§
Source§impl Clone for ObjectTerm
impl Clone for ObjectTerm
Source§impl Debug for ObjectTerm
impl Debug for ObjectTerm
impl Eq for ObjectTerm
Source§impl PartialEq for ObjectTerm
impl PartialEq for ObjectTerm
impl StructuralPartialEq for ObjectTerm
Auto Trait Implementations§
impl Freeze for ObjectTerm
impl RefUnwindSafe for ObjectTerm
impl Send for ObjectTerm
impl Sync for ObjectTerm
impl Unpin for ObjectTerm
impl UnsafeUnpin for ObjectTerm
impl UnwindSafe for ObjectTerm
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.