pub struct Pattern {
pub src: String,
pub e: Term,
pub a: Term,
pub v: Term,
pub tx: Term,
pub added: Term,
}Expand description
A data pattern with up to five positions (added binds on history views).
Fields§
§src: StringDatabase source name.
e: TermEntity position.
a: TermAttribute position.
v: TermValue position.
tx: TermTransaction position.
added: TermAssertion flag position.
Trait Implementations§
impl Eq for Pattern
impl StructuralPartialEq for Pattern
Auto Trait Implementations§
impl Freeze for Pattern
impl RefUnwindSafe for Pattern
impl Send for Pattern
impl Sync for Pattern
impl Unpin for Pattern
impl UnsafeUnpin for Pattern
impl UnwindSafe for Pattern
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