Struct puffin::trace::RawKnowledge
source · pub struct RawKnowledge<PT: ProtocolTypes> {
pub source: Source,
pub matcher: Option<PT::Matcher>,
pub associated_term: Option<Term<PT>>,
pub data: Box<dyn EvaluatedTerm<PT>>,
}
Expand description
RawKnowledge stores
Fields§
§source: Source
§matcher: Option<PT::Matcher>
§associated_term: Option<Term<PT>>
§data: Box<dyn EvaluatedTerm<PT>>
Trait Implementations§
source§impl<PT: Debug + ProtocolTypes> Debug for RawKnowledge<PT>
impl<PT: Debug + ProtocolTypes> Debug for RawKnowledge<PT>
source§impl<PT: ProtocolTypes> Display for RawKnowledge<PT>
impl<PT: ProtocolTypes> Display for RawKnowledge<PT>
source§impl<'a, PT: ProtocolTypes> IntoIterator for &'a RawKnowledge<PT>
impl<'a, PT: ProtocolTypes> IntoIterator for &'a RawKnowledge<PT>
Auto Trait Implementations§
impl<PT> Freeze for RawKnowledge<PT>
impl<PT> !RefUnwindSafe for RawKnowledge<PT>
impl<PT> !Send for RawKnowledge<PT>
impl<PT> !Sync for RawKnowledge<PT>
impl<PT> Unpin for RawKnowledge<PT>
impl<PT> !UnwindSafe for RawKnowledge<PT>
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<Tail, T> Prepend<T> for Tail
impl<Tail, T> Prepend<T> for Tail
§type PreprendResult = Tail
type PreprendResult = Tail
The Resulting [
TupleList
], of an [Prepend::prepend()
] call,
including the prepended entry.