pub struct ActionSig {
pub params: Vec<(String, Type)>,
}Expand description
An action signature.
Fields§
§params: Vec<(String, Type)>Parameter names and types.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ActionSig
impl RefUnwindSafe for ActionSig
impl Send for ActionSig
impl Sync for ActionSig
impl Unpin for ActionSig
impl UnwindSafe for ActionSig
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