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