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