pub struct IdpLoginFlow { /* private fields */ }Expand description
One flow-local HTTP client for the whole login dance. Consumed by
login / trial_reset_via_session; never merged with the
locked crate::client::ReqwestGatewayApi pipeline.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for IdpLoginFlow
impl !UnwindSafe for IdpLoginFlow
impl Freeze for IdpLoginFlow
impl Send for IdpLoginFlow
impl Sync for IdpLoginFlow
impl Unpin for IdpLoginFlow
impl UnsafeUnpin for IdpLoginFlow
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