pub struct DeviceStartCtx<'a> {
pub provider_settings: &'a Value,
pub params: &'a Value,
}Expand description
Inputs for starting a device-code login.
Fields§
§provider_settings: &'a Value§params: &'a ValueAuto Trait Implementations§
impl<'a> Freeze for DeviceStartCtx<'a>
impl<'a> RefUnwindSafe for DeviceStartCtx<'a>
impl<'a> Send for DeviceStartCtx<'a>
impl<'a> Sync for DeviceStartCtx<'a>
impl<'a> Unpin for DeviceStartCtx<'a>
impl<'a> UnsafeUnpin for DeviceStartCtx<'a>
impl<'a> UnwindSafe for DeviceStartCtx<'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