pub struct FlowHandleCallbackByQueryConfiguration {
pub state: Option<State>,
pub code_verifier: Option<CodeVerifier>,
}
Fields§
§state: Option<State>
§code_verifier: Option<CodeVerifier>
Implementations§
Trait Implementations§
Source§impl Clone for FlowHandleCallbackByQueryConfiguration
impl Clone for FlowHandleCallbackByQueryConfiguration
Source§fn clone(&self) -> FlowHandleCallbackByQueryConfiguration
fn clone(&self) -> FlowHandleCallbackByQueryConfiguration
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 FlowHandleCallbackByQueryConfiguration
impl Default for FlowHandleCallbackByQueryConfiguration
Source§fn default() -> FlowHandleCallbackByQueryConfiguration
fn default() -> FlowHandleCallbackByQueryConfiguration
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 FlowHandleCallbackByQueryConfiguration
impl RefUnwindSafe for FlowHandleCallbackByQueryConfiguration
impl Send for FlowHandleCallbackByQueryConfiguration
impl Sync for FlowHandleCallbackByQueryConfiguration
impl Unpin for FlowHandleCallbackByQueryConfiguration
impl UnwindSafe for FlowHandleCallbackByQueryConfiguration
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