pub struct OAuthLinkResponse {
pub url: String,
}Expand description
Response for OAuth link initiation (redirect URL).
Fields§
§url: StringTrait Implementations§
Source§impl Debug for OAuthLinkResponse
impl Debug for OAuthLinkResponse
Auto Trait Implementations§
impl Freeze for OAuthLinkResponse
impl RefUnwindSafe for OAuthLinkResponse
impl Send for OAuthLinkResponse
impl Sync for OAuthLinkResponse
impl Unpin for OAuthLinkResponse
impl UnwindSafe for OAuthLinkResponse
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