pub struct NotifyWebPaymentStartedResponse {
pub custom_data: Option<CustomData>,
}Fields§
§custom_data: Option<CustomData>Trait Implementations§
Source§impl Clone for NotifyWebPaymentStartedResponse
impl Clone for NotifyWebPaymentStartedResponse
Source§fn clone(&self) -> NotifyWebPaymentStartedResponse
fn clone(&self) -> NotifyWebPaymentStartedResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for NotifyWebPaymentStartedResponse
impl StructuralPartialEq for NotifyWebPaymentStartedResponse
Auto Trait Implementations§
impl Freeze for NotifyWebPaymentStartedResponse
impl RefUnwindSafe for NotifyWebPaymentStartedResponse
impl Send for NotifyWebPaymentStartedResponse
impl Sync for NotifyWebPaymentStartedResponse
impl Unpin for NotifyWebPaymentStartedResponse
impl UnsafeUnpin for NotifyWebPaymentStartedResponse
impl UnwindSafe for NotifyWebPaymentStartedResponse
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