Struct oauth2_client::authorization_code_grant::flow::FlowHandleCallbackByQueryConfiguration
source · [−]pub struct FlowHandleCallbackByQueryConfiguration {
pub state: Option<State>,
pub code_verifier: Option<CodeVerifier>,
}
Fields
state: Option<State>
code_verifier: Option<CodeVerifier>
Implementations
Trait Implementations
sourceimpl Clone for FlowHandleCallbackByQueryConfiguration
impl Clone for FlowHandleCallbackByQueryConfiguration
sourcefn clone(&self) -> FlowHandleCallbackByQueryConfiguration
fn clone(&self) -> FlowHandleCallbackByQueryConfiguration
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Default for FlowHandleCallbackByQueryConfiguration
impl Default for FlowHandleCallbackByQueryConfiguration
sourcefn default() -> FlowHandleCallbackByQueryConfiguration
fn default() -> FlowHandleCallbackByQueryConfiguration
Returns the “default value” for a type. Read more
sourceimpl From<FlowHandleCallbackByQueryConfiguration> for FlowHandleCallbackConfiguration
impl From<FlowHandleCallbackByQueryConfiguration> for FlowHandleCallbackConfiguration
sourcefn from(c: FlowHandleCallbackByQueryConfiguration) -> Self
fn from(c: FlowHandleCallbackByQueryConfiguration) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for FlowHandleCallbackByQueryConfiguration
impl Send for FlowHandleCallbackByQueryConfiguration
impl Sync for FlowHandleCallbackByQueryConfiguration
impl Unpin for FlowHandleCallbackByQueryConfiguration
impl UnwindSafe for FlowHandleCallbackByQueryConfiguration
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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