pub struct NotifyWebPaymentStarted;Expand description
Marker type for the NotifyWebPaymentStarted action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotifyWebPaymentStarted
impl RefUnwindSafe for NotifyWebPaymentStarted
impl Send for NotifyWebPaymentStarted
impl Sync for NotifyWebPaymentStarted
impl Unpin for NotifyWebPaymentStarted
impl UnsafeUnpin for NotifyWebPaymentStarted
impl UnwindSafe for NotifyWebPaymentStarted
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