Struct paystack::PartialDebitTransactionBody
source · pub struct PartialDebitTransactionBody { /* private fields */ }
Expand description
This struct is used to create a partial debit transaction body for creating a partial debit using the Paystack API.
This struct should be created using the PartialDebitTransactionBodyBuilder
The derive Builder allows for the automatic creation of the BuilderPattern
Trait Implementations§
source§impl Clone for PartialDebitTransactionBody
impl Clone for PartialDebitTransactionBody
source§fn clone(&self) -> PartialDebitTransactionBody
fn clone(&self) -> PartialDebitTransactionBody
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PartialDebitTransactionBody
impl Debug for PartialDebitTransactionBody
source§impl Default for PartialDebitTransactionBody
impl Default for PartialDebitTransactionBody
source§fn default() -> PartialDebitTransactionBody
fn default() -> PartialDebitTransactionBody
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for PartialDebitTransactionBody
impl Send for PartialDebitTransactionBody
impl Sync for PartialDebitTransactionBody
impl Unpin for PartialDebitTransactionBody
impl UnwindSafe for PartialDebitTransactionBody
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