Struct mas_router::OAuth2AuthorizationEndpoint
source · pub struct OAuth2AuthorizationEndpoint;
Expand description
GET /authorize
Trait Implementations§
source§impl Clone for OAuth2AuthorizationEndpoint
impl Clone for OAuth2AuthorizationEndpoint
source§fn clone(&self) -> OAuth2AuthorizationEndpoint
fn clone(&self) -> OAuth2AuthorizationEndpoint
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for OAuth2AuthorizationEndpoint
impl Debug for OAuth2AuthorizationEndpoint
source§impl Default for OAuth2AuthorizationEndpoint
impl Default for OAuth2AuthorizationEndpoint
source§fn default() -> OAuth2AuthorizationEndpoint
fn default() -> OAuth2AuthorizationEndpoint
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OAuth2AuthorizationEndpoint
impl RefUnwindSafe for OAuth2AuthorizationEndpoint
impl Send for OAuth2AuthorizationEndpoint
impl Sync for OAuth2AuthorizationEndpoint
impl Unpin for OAuth2AuthorizationEndpoint
impl UnwindSafe for OAuth2AuthorizationEndpoint
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)