pub struct InvoiceRequest<'a> {
pub api_key: &'a str,
pub account_handle: &'a str,
pub invoice_request_data: InvoiceRequestData<'a>,
pub environment: &'a str,
pub api_version: &'a str,
}
Fields§
§api_key: &'a str
§account_handle: &'a str
§invoice_request_data: InvoiceRequestData<'a>
§environment: &'a str
§api_version: &'a str
Auto Trait Implementations§
impl<'a> Freeze for InvoiceRequest<'a>
impl<'a> RefUnwindSafe for InvoiceRequest<'a>
impl<'a> Send for InvoiceRequest<'a>
impl<'a> Sync for InvoiceRequest<'a>
impl<'a> Unpin for InvoiceRequest<'a>
impl<'a> UnwindSafe for InvoiceRequest<'a>
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