pub struct FlowHandleCallbackConfiguration {
pub code_verifier: Option<CodeVerifier>,
}
Fields§
§code_verifier: Option<CodeVerifier>
Implementations§
source§impl FlowHandleCallbackConfiguration
impl FlowHandleCallbackConfiguration
pub fn new() -> Self
pub fn configure<F>(self, f: F) -> Selfwhere
F: FnMut(&mut Self),
pub fn set_code_verifier(&mut self, code_verifier: CodeVerifier)
Trait Implementations§
source§impl Clone for FlowHandleCallbackConfiguration
impl Clone for FlowHandleCallbackConfiguration
source§fn clone(&self) -> FlowHandleCallbackConfiguration
fn clone(&self) -> FlowHandleCallbackConfiguration
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 Default for FlowHandleCallbackConfiguration
impl Default for FlowHandleCallbackConfiguration
source§fn default() -> FlowHandleCallbackConfiguration
fn default() -> FlowHandleCallbackConfiguration
Returns the “default value” for a type. Read more
source§impl From<FlowHandleCallbackByQueryConfiguration> for FlowHandleCallbackConfiguration
impl From<FlowHandleCallbackByQueryConfiguration> for FlowHandleCallbackConfiguration
source§fn from(c: FlowHandleCallbackByQueryConfiguration) -> Self
fn from(c: FlowHandleCallbackByQueryConfiguration) -> Self
Converts to this type from the input type.