pub struct google_callback_url;Expand description
Callback URL for Google Oauth2
This endpoint is called by Google after the user authorizes the application.
Trait Implementations§
Source§impl HttpServiceFactory for google_callback_url
impl HttpServiceFactory for google_callback_url
fn register(self, __config: &mut AppService)
Source§impl Path for google_callback_url
impl Path for google_callback_url
Source§impl SchemaReferences for google_callback_url
impl SchemaReferences for google_callback_url
Source§impl<'t> Tags<'t> for google_callback_url
impl<'t> Tags<'t> for google_callback_url
Auto Trait Implementations§
impl Freeze for google_callback_url
impl RefUnwindSafe for google_callback_url
impl Send for google_callback_url
impl Sync for google_callback_url
impl Unpin for google_callback_url
impl UnwindSafe for google_callback_url
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