pub struct MicrosoftProviderForDevices { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for MicrosoftProviderForDevices
impl Clone for MicrosoftProviderForDevices
Source§fn clone(&self) -> MicrosoftProviderForDevices
fn clone(&self) -> MicrosoftProviderForDevices
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MicrosoftProviderForDevices
impl Debug for MicrosoftProviderForDevices
Source§impl ProviderExtDeviceAuthorizationGrant for MicrosoftProviderForDevices
impl ProviderExtDeviceAuthorizationGrant for MicrosoftProviderForDevices
fn scopes_default(&self) -> Option<Vec<Self::Scope>>
fn device_access_token_request_body_extra( &self, _body: &BodyWithDeviceAuthorizationGrant, _device_authorization_response_body: &SuccessfulBody, ) -> Option<Map<String, Value>>
fn device_access_token_request_rendering( &self, _body: &BodyWithDeviceAuthorizationGrant, _device_authorization_response_body: &SuccessfulBody, ) -> Option<Result<Request<Vec<u8>>, Box<dyn Error + Sync + Send>>>
fn device_access_token_response_parsing( &self, _response: &Response<Vec<u8>>, ) -> Option<Result<Result<Result<SuccessfulBody<Self::Scope>, ErrorBody>, DeviceAccessTokenEndpointRetryReason>, Box<dyn Error + Sync + Send>>>
Auto Trait Implementations§
impl Freeze for MicrosoftProviderForDevices
impl RefUnwindSafe for MicrosoftProviderForDevices
impl Send for MicrosoftProviderForDevices
impl Sync for MicrosoftProviderForDevices
impl Unpin for MicrosoftProviderForDevices
impl UnwindSafe for MicrosoftProviderForDevices
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