pub struct FlowLifecycleHandlers {
pub complete: Option<FlowHandler>,
pub cancel: Option<FlowHandler>,
pub expire: Option<FlowHandler>,
}Fields§
§complete: Option<FlowHandler>§cancel: Option<FlowHandler>§expire: Option<FlowHandler>Trait Implementations§
Source§impl Clone for FlowLifecycleHandlers
impl Clone for FlowLifecycleHandlers
Source§fn clone(&self) -> FlowLifecycleHandlers
fn clone(&self) -> FlowLifecycleHandlers
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FlowLifecycleHandlers
impl Debug for FlowLifecycleHandlers
Source§impl Default for FlowLifecycleHandlers
impl Default for FlowLifecycleHandlers
Source§fn default() -> FlowLifecycleHandlers
fn default() -> FlowLifecycleHandlers
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FlowLifecycleHandlers
impl<'de> Deserialize<'de> for FlowLifecycleHandlers
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
Source§impl PartialEq for FlowLifecycleHandlers
impl PartialEq for FlowLifecycleHandlers
Source§impl Serialize for FlowLifecycleHandlers
impl Serialize for FlowLifecycleHandlers
impl StructuralPartialEq for FlowLifecycleHandlers
Auto Trait Implementations§
impl Freeze for FlowLifecycleHandlers
impl RefUnwindSafe for FlowLifecycleHandlers
impl Send for FlowLifecycleHandlers
impl Sync for FlowLifecycleHandlers
impl Unpin for FlowLifecycleHandlers
impl UnsafeUnpin for FlowLifecycleHandlers
impl UnwindSafe for FlowLifecycleHandlers
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