pub enum Partner {
CreateSubAccount,
CheckAllowances,
RetryAllowances,
}Variants§
CreateSubAccount
POST /profiles/partner-accounts — Create partner sub-account.
CheckAllowances
GET /profiles/partner-accounts/{id}/allowances — Check allowances.
RetryAllowances
POST /profiles/partner-accounts/{id}/allowances/retry — Retry allowances.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Partner
impl RefUnwindSafe for Partner
impl Send for Partner
impl Sync for Partner
impl Unpin for Partner
impl UnsafeUnpin for Partner
impl UnwindSafe for Partner
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