pub struct Flow { /* private fields */ }Expand description
The Vylth Flow client.
Implementations§
Source§impl Flow
impl Flow
Sourcepub fn builder(api_key: &str) -> FlowBuilder
pub fn builder(api_key: &str) -> FlowBuilder
Create a client using the builder pattern.
pub fn invoices(&self) -> InvoiceService
pub fn payouts(&self) -> PayoutService
pub fn wallets(&self) -> WalletService
pub fn swaps(&self) -> SwapService
pub fn payment_links(&self) -> PaymentLinkService
pub fn subscriptions(&self) -> SubscriptionService
pub fn teams(&self) -> TeamService
pub fn webhooks(&self) -> Option<WebhookVerifier>
Auto Trait Implementations§
impl Freeze for Flow
impl !RefUnwindSafe for Flow
impl Send for Flow
impl Sync for Flow
impl Unpin for Flow
impl UnsafeUnpin for Flow
impl !UnwindSafe for Flow
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