pub struct LiveHandoffEvents { /* private fields */ }Expand description
Request-owned stream of normalized handoff lifecycle events.
Implementations§
Source§impl LiveHandoffEvents
impl LiveHandoffEvents
pub fn handoff_id(&self) -> HandoffId
pub async fn recv(&mut self) -> Option<LiveHandoffEvent>
Trait Implementations§
Source§impl Drop for LiveHandoffEvents
impl Drop for LiveHandoffEvents
Auto Trait Implementations§
impl !RefUnwindSafe for LiveHandoffEvents
impl !UnwindSafe for LiveHandoffEvents
impl Freeze for LiveHandoffEvents
impl Send for LiveHandoffEvents
impl Sync for LiveHandoffEvents
impl Unpin for LiveHandoffEvents
impl UnsafeUnpin for LiveHandoffEvents
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