pub struct Calls(/* private fields */);Expand description
A trace sink that keeps the host calls a run made, in order.
What it is for is the deliverable that says every invocation and trace is
linked to an application request identifier. Both reviews operations take
that identifier as their first argument, so every HostCall event carries
it, and Calls::for_request is the query that shows it.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Calls
impl RefUnwindSafe for Calls
impl Send for Calls
impl Sync for Calls
impl Unpin for Calls
impl UnsafeUnpin for Calls
impl UnwindSafe for Calls
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