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
Source§impl Default for CreateSubaccountBody
impl Default for CreateSubaccountBody
Source§fn default() -> CreateSubaccountBody
fn default() -> CreateSubaccountBody
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateSubaccountBody
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