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