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