Struct mas_router::ContinueAuthorizationGrant
source · pub struct ContinueAuthorizationGrant(pub Ulid);
Expand description
GET /authorize/:grant_id
Tuple Fields§
§0: Ulid
Trait Implementations§
source§impl Clone for ContinueAuthorizationGrant
impl Clone for ContinueAuthorizationGrant
source§fn clone(&self) -> ContinueAuthorizationGrant
fn clone(&self) -> ContinueAuthorizationGrant
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 ContinueAuthorizationGrant
impl Debug for ContinueAuthorizationGrant
Auto Trait Implementations§
impl Freeze for ContinueAuthorizationGrant
impl RefUnwindSafe for ContinueAuthorizationGrant
impl Send for ContinueAuthorizationGrant
impl Sync for ContinueAuthorizationGrant
impl Unpin for ContinueAuthorizationGrant
impl UnwindSafe for ContinueAuthorizationGrant
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
)