pub struct TaintTimeline { /* private fields */ }Expand description
Where each taint checkpoint sits relative to the messages — built by
Session::taint_timeline, consumed by provenance classification in
learning.
Implementations§
Source§impl TaintTimeline
impl TaintTimeline
pub fn from_records(records: impl IntoIterator<Item = Record>) -> Self
Trait Implementations§
Source§impl Clone for TaintTimeline
impl Clone for TaintTimeline
Source§fn clone(&self) -> TaintTimeline
fn clone(&self) -> TaintTimeline
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TaintTimeline
impl Debug for TaintTimeline
Source§impl Default for TaintTimeline
impl Default for TaintTimeline
Source§fn default() -> TaintTimeline
fn default() -> TaintTimeline
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TaintTimeline
impl RefUnwindSafe for TaintTimeline
impl Send for TaintTimeline
impl Sync for TaintTimeline
impl Unpin for TaintTimeline
impl UnsafeUnpin for TaintTimeline
impl UnwindSafe for TaintTimeline
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