pub enum APIEndpoint {
Show 13 variants
GetMe,
CreateInvoice,
DeleteInvoice,
CreateCheck,
DeleteCheck,
Transfer,
GetInvoices,
GetChecks,
GetTransfers,
GetBalance,
GetExchangeRates,
GetCurrencies,
GetStats,
}Variants§
GetMe
CreateInvoice
DeleteInvoice
CreateCheck
DeleteCheck
Transfer
GetInvoices
GetChecks
GetTransfers
GetBalance
GetExchangeRates
GetCurrencies
GetStats
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for APIEndpoint
impl RefUnwindSafe for APIEndpoint
impl Send for APIEndpoint
impl Sync for APIEndpoint
impl Unpin for APIEndpoint
impl UnwindSafe for APIEndpoint
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