Struct mas_router::OAuth2TokenEndpoint
source · pub struct OAuth2TokenEndpoint;
Expand description
POST /oauth2/token
Trait Implementations§
source§impl Clone for OAuth2TokenEndpoint
impl Clone for OAuth2TokenEndpoint
source§fn clone(&self) -> OAuth2TokenEndpoint
fn clone(&self) -> OAuth2TokenEndpoint
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 OAuth2TokenEndpoint
impl Debug for OAuth2TokenEndpoint
source§impl Default for OAuth2TokenEndpoint
impl Default for OAuth2TokenEndpoint
source§fn default() -> OAuth2TokenEndpoint
fn default() -> OAuth2TokenEndpoint
Returns the “default value” for a type. Read more
source§impl SimpleRoute for OAuth2TokenEndpoint
impl SimpleRoute for OAuth2TokenEndpoint
Auto Trait Implementations§
impl Freeze for OAuth2TokenEndpoint
impl RefUnwindSafe for OAuth2TokenEndpoint
impl Send for OAuth2TokenEndpoint
impl Sync for OAuth2TokenEndpoint
impl Unpin for OAuth2TokenEndpoint
impl UnwindSafe for OAuth2TokenEndpoint
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
)