pub struct Run<'a> { /* private fields */ }Expand description
Retrieves a single run.
Implementations
sourceimpl<'a> Run<'a>
impl<'a> Run<'a>
sourcepub fn builder() -> RunBuilder<'a>
pub fn builder() -> RunBuilder<'a>
Create a builder for this endpoint
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Run<'a>
impl<'a> Send for Run<'a>
impl<'a> Sync for Run<'a>
impl<'a> Unpin for Run<'a>
impl<'a> UnwindSafe for Run<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more