pub enum SuspendedCallAction {
Set(SuspendedCall),
}Expand description
Action type for SuspendedCallState reducer.
Variants§
Set(SuspendedCall)
Set the suspended call state.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SuspendedCallAction
impl<'de> Deserialize<'de> for SuspendedCallAction
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 SuspendedCallAction
impl RefUnwindSafe for SuspendedCallAction
impl Send for SuspendedCallAction
impl Sync for SuspendedCallAction
impl Unpin for SuspendedCallAction
impl UnwindSafe for SuspendedCallAction
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