pub struct ActionInvocation {
pub name: Name,
}Fields§
§name: NameTrait Implementations§
Source§impl Debug for ActionInvocation
impl Debug for ActionInvocation
Source§impl Hash for ActionInvocation
impl Hash for ActionInvocation
Source§impl PartialEq for ActionInvocation
impl PartialEq for ActionInvocation
impl Eq for ActionInvocation
impl StructuralPartialEq for ActionInvocation
Auto Trait Implementations§
impl Freeze for ActionInvocation
impl RefUnwindSafe for ActionInvocation
impl Send for ActionInvocation
impl Sync for ActionInvocation
impl Unpin for ActionInvocation
impl UnwindSafe for ActionInvocation
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