Struct kanidmd_lib::idm::oauth2::AuthorisePermitSuccess
source · [−]Fields
redirect_uri: Url
state: String
code: String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AuthorisePermitSuccess
impl Send for AuthorisePermitSuccess
impl Sync for AuthorisePermitSuccess
impl Unpin for AuthorisePermitSuccess
impl UnwindSafe for AuthorisePermitSuccess
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more