pub struct MiscApiClient {
configuration: Arc<Configuration>,
}
Fields§
§configuration: Arc<Configuration>
Implementations§
Source§impl MiscApiClient
impl MiscApiClient
pub fn new(configuration: Arc<Configuration>) -> Self
Trait Implementations§
Source§impl MiscApi for MiscApiClient
impl MiscApi for MiscApiClient
Source§fn post_bit_pay_invoice<'a, 'life0, 'async_trait>(
&'life0 self,
bit_pay_invoice_request_model: Option<BitPayInvoiceRequestModel>,
) -> Pin<Box<dyn Future<Output = Result<String, Error<PostBitPayInvoiceError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'a: 'async_trait,
'life0: 'async_trait,
fn post_bit_pay_invoice<'a, 'life0, 'async_trait>(
&'life0 self,
bit_pay_invoice_request_model: Option<BitPayInvoiceRequestModel>,
) -> Pin<Box<dyn Future<Output = Result<String, Error<PostBitPayInvoiceError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'a: 'async_trait,
'life0: 'async_trait,
POST /bitpay-invoice
Auto Trait Implementations§
impl Freeze for MiscApiClient
impl !RefUnwindSafe for MiscApiClient
impl Send for MiscApiClient
impl Sync for MiscApiClient
impl Unpin for MiscApiClient
impl !UnwindSafe for MiscApiClient
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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