pub struct Lineage { /* private fields */ }Implementations§
Source§impl Lineage
impl Lineage
pub fn rollover(&mut self)
pub fn stats(&self) -> &LineageStats
pub fn extend<I: IntoIterator<Item = impl Into<LineageUpdate>>>( &mut self, operation: &'static str, events: I, )
pub fn push(&mut self, operator: &'static str, update: LineageUpdate)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Lineage
impl RefUnwindSafe for Lineage
impl Send for Lineage
impl Sync for Lineage
impl Unpin for Lineage
impl UnsafeUnpin for Lineage
impl UnwindSafe for Lineage
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