pub struct NotifyWebPaymentStartedRequest {
pub custom_data: Option<CustomData>,
pub evse_id: i64,
pub timeout: i64,
}Fields§
§custom_data: Option<CustomData>§evse_id: i64EVSE id for which transaction is requested.
timeout: i64Timeout value in seconds after which no result of web payment process (e.g. QR code scanning) is to be expected anymore.
Trait Implementations§
Source§impl Clone for NotifyWebPaymentStartedRequest
impl Clone for NotifyWebPaymentStartedRequest
Source§fn clone(&self) -> NotifyWebPaymentStartedRequest
fn clone(&self) -> NotifyWebPaymentStartedRequest
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 NotifyWebPaymentStartedRequest
impl StructuralPartialEq for NotifyWebPaymentStartedRequest
Auto Trait Implementations§
impl Freeze for NotifyWebPaymentStartedRequest
impl RefUnwindSafe for NotifyWebPaymentStartedRequest
impl Send for NotifyWebPaymentStartedRequest
impl Sync for NotifyWebPaymentStartedRequest
impl Unpin for NotifyWebPaymentStartedRequest
impl UnsafeUnpin for NotifyWebPaymentStartedRequest
impl UnwindSafe for NotifyWebPaymentStartedRequest
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