Struct activity::AuthorizeArgs
source · pub struct AuthorizeArgs {
pub client_id: String,
pub response_type: String,
pub state: String,
pub prompt: String,
pub scope: Vec<String>,
}Fields§
§client_id: String§response_type: String§state: String§prompt: String§scope: Vec<String>Trait Implementations§
source§impl Debug for AuthorizeArgs
impl Debug for AuthorizeArgs
source§impl<'de> Deserialize<'de> for AuthorizeArgs
impl<'de> Deserialize<'de> for AuthorizeArgs
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AuthorizeArgs
impl RefUnwindSafe for AuthorizeArgs
impl Send for AuthorizeArgs
impl Sync for AuthorizeArgs
impl Unpin for AuthorizeArgs
impl UnwindSafe for AuthorizeArgs
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