pub struct EditSuccessHandlerLegacy {
pub success_handler: Option<String>,
pub success_handler_extra_args: Option<HashMap<String, Value>>,
}Expand description
EditSuccessHandlerLegacy : Legacy flat format for editing success handler (deprecated, use new format)
Fields§
§success_handler: Option<String>Path to the success handler script or flow
success_handler_extra_args: Option<HashMap<String, Value>>The arguments to pass to the script or flow
Implementations§
Source§impl EditSuccessHandlerLegacy
impl EditSuccessHandlerLegacy
Sourcepub fn new() -> EditSuccessHandlerLegacy
pub fn new() -> EditSuccessHandlerLegacy
Legacy flat format for editing success handler (deprecated, use new format)
Trait Implementations§
Source§impl Clone for EditSuccessHandlerLegacy
impl Clone for EditSuccessHandlerLegacy
Source§fn clone(&self) -> EditSuccessHandlerLegacy
fn clone(&self) -> EditSuccessHandlerLegacy
Returns a duplicate 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 Debug for EditSuccessHandlerLegacy
impl Debug for EditSuccessHandlerLegacy
Source§impl Default for EditSuccessHandlerLegacy
impl Default for EditSuccessHandlerLegacy
Source§fn default() -> EditSuccessHandlerLegacy
fn default() -> EditSuccessHandlerLegacy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EditSuccessHandlerLegacy
impl<'de> Deserialize<'de> for EditSuccessHandlerLegacy
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 EditSuccessHandlerLegacy
impl PartialEq for EditSuccessHandlerLegacy
Source§impl Serialize for EditSuccessHandlerLegacy
impl Serialize for EditSuccessHandlerLegacy
impl StructuralPartialEq for EditSuccessHandlerLegacy
Auto Trait Implementations§
impl Freeze for EditSuccessHandlerLegacy
impl RefUnwindSafe for EditSuccessHandlerLegacy
impl Send for EditSuccessHandlerLegacy
impl Sync for EditSuccessHandlerLegacy
impl Unpin for EditSuccessHandlerLegacy
impl UnwindSafe for EditSuccessHandlerLegacy
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