pub struct Started<Message: PendingMessage> {
pub pending: Pending<Message>,
pub outbound: Outbound<Message>,
}Expand description
Started browser flow with pending state and outbound browser action.
Fields§
§pending: Pending<Message>Pending correlation state.
outbound: Outbound<Message>Outbound browser action.
Trait Implementations§
Auto Trait Implementations§
impl<Message> Freeze for Started<Message>where
<Message as PendingMessage>::Details: Freeze,
impl<Message> RefUnwindSafe for Started<Message>where
<Message as PendingMessage>::Details: RefUnwindSafe,
Message: RefUnwindSafe,
impl<Message> Send for Started<Message>
impl<Message> Sync for Started<Message>
impl<Message> Unpin for Started<Message>
impl<Message> UnsafeUnpin for Started<Message>where
<Message as PendingMessage>::Details: UnsafeUnpin,
impl<Message> UnwindSafe for Started<Message>where
<Message as PendingMessage>::Details: UnwindSafe,
Message: UnwindSafe,
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