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.
Auto Trait Implementations§
impl Freeze for FlowHandleCallbackConfiguration
impl RefUnwindSafe for FlowHandleCallbackConfiguration
impl Send for FlowHandleCallbackConfiguration
impl Sync for FlowHandleCallbackConfiguration
impl Unpin for FlowHandleCallbackConfiguration
impl UnwindSafe for FlowHandleCallbackConfiguration
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