pub struct DevicePollCtx<'a> {
pub provider_settings: &'a Value,
pub device_code: &'a str,
}Expand description
Inputs for one device-code poll.
Fields§
§provider_settings: &'a Value§device_code: &'a strAuto Trait Implementations§
impl<'a> Freeze for DevicePollCtx<'a>
impl<'a> RefUnwindSafe for DevicePollCtx<'a>
impl<'a> Send for DevicePollCtx<'a>
impl<'a> Sync for DevicePollCtx<'a>
impl<'a> Unpin for DevicePollCtx<'a>
impl<'a> UnsafeUnpin for DevicePollCtx<'a>
impl<'a> UnwindSafe for DevicePollCtx<'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