pub struct AfterSwap;
Expand description
allows you to trigger client-side events after the swap step
Trait Implementations§
Source§impl TriggerAfter for AfterSwap
impl TriggerAfter for AfterSwap
Source§fn name() -> &'static HeaderName
fn name() -> &'static HeaderName
the name of the header.
impl Copy for AfterSwap
impl Eq for AfterSwap
impl StructuralPartialEq for AfterSwap
Auto Trait Implementations§
impl Freeze for AfterSwap
impl RefUnwindSafe for AfterSwap
impl Send for AfterSwap
impl Sync for AfterSwap
impl Unpin for AfterSwap
impl UnwindSafe for AfterSwap
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