Struct mas_router::UpstreamOAuth2Callback
source · pub struct UpstreamOAuth2Callback { /* private fields */ }
Expand description
GET /upstream/callback/:id
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpstreamOAuth2Callback
impl RefUnwindSafe for UpstreamOAuth2Callback
impl Send for UpstreamOAuth2Callback
impl Sync for UpstreamOAuth2Callback
impl Unpin for UpstreamOAuth2Callback
impl UnwindSafe for UpstreamOAuth2Callback
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