pub struct ChargeRequest { /* private fields */ }
Expand description
This struct is used to create a charge body for creating a Charge Authorization using the Paystack API.
The struct is constructed using the ChargeBodyBuilder
Trait Implementations§
Source§impl Debug for ChargeRequest
impl Debug for ChargeRequest
Auto Trait Implementations§
impl Freeze for ChargeRequest
impl RefUnwindSafe for ChargeRequest
impl Send for ChargeRequest
impl Sync for ChargeRequest
impl Unpin for ChargeRequest
impl UnwindSafe for ChargeRequest
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