pub struct Triple {
pub subject: Spanned<Term>,
pub po: Vec<Spanned<PO>>,
pub graph: Option<Spanned<Term>>,
}Fields§
§subject: Spanned<Term>§po: Vec<Spanned<PO>>§graph: Option<Spanned<Term>>Trait Implementations§
impl Eq for Triple
impl StructuralPartialEq for Triple
Auto Trait Implementations§
impl Freeze for Triple
impl RefUnwindSafe for Triple
impl Send for Triple
impl Sync for Triple
impl Unpin for Triple
impl UnsafeUnpin for Triple
impl UnwindSafe for Triple
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