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