Struct paystack::CreateSubaccountBody
source · pub struct CreateSubaccountBody { /* private fields */ }
Expand description
This struct is used to create the body for creating a subaccount on your integration.
Trait Implementations§
source§impl Debug for CreateSubaccountBody
impl Debug for CreateSubaccountBody
Auto Trait Implementations§
impl RefUnwindSafe for CreateSubaccountBody
impl Send for CreateSubaccountBody
impl Sync for CreateSubaccountBody
impl Unpin for CreateSubaccountBody
impl UnwindSafe for CreateSubaccountBody
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