pub struct GetReplay<'a> { /* private fields */ }Available on crate feature
replay only.Expand description
Get a Replay.
Implementations§
Trait Implementations§
Source§impl IntoFuture for GetReplay<'_>
impl IntoFuture for GetReplay<'_>
Auto Trait Implementations§
impl<'a> Freeze for GetReplay<'a>
impl<'a> !RefUnwindSafe for GetReplay<'a>
impl<'a> Send for GetReplay<'a>
impl<'a> Sync for GetReplay<'a>
impl<'a> Unpin for GetReplay<'a>
impl<'a> !UnwindSafe for GetReplay<'a>
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