pub struct DispatchAction {
pub trigger_actions_on: Vec<String>,
}Fields§
§trigger_actions_on: Vec<String>Trait Implementations§
Source§impl Debug for DispatchAction
impl Debug for DispatchAction
Source§impl Default for DispatchAction
impl Default for DispatchAction
Source§fn default() -> DispatchAction
fn default() -> DispatchAction
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DispatchAction
impl<'de> Deserialize<'de> for DispatchAction
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
Auto Trait Implementations§
impl Freeze for DispatchAction
impl RefUnwindSafe for DispatchAction
impl Send for DispatchAction
impl Sync for DispatchAction
impl Unpin for DispatchAction
impl UnwindSafe for DispatchAction
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