pub struct OAuthResponse {
pub url: Url,
pub provider: Provider,
}
Fields§
§url: Url
§provider: Provider
Trait Implementations§
Source§impl Debug for OAuthResponse
impl Debug for OAuthResponse
Source§impl PartialEq for OAuthResponse
impl PartialEq for OAuthResponse
impl StructuralPartialEq for OAuthResponse
Auto Trait Implementations§
impl Freeze for OAuthResponse
impl RefUnwindSafe for OAuthResponse
impl Send for OAuthResponse
impl Sync for OAuthResponse
impl Unpin for OAuthResponse
impl UnwindSafe for OAuthResponse
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