Struct paystack_transaction::Payment
source · pub struct Payment(pub PaymentBuilder);Expand description
Data wrapper for payment ready to send for initialization
Tuple Fields§
§0: PaymentBuilderImplementations§
Auto Trait Implementations§
impl RefUnwindSafe for Payment
impl Send for Payment
impl Sync for Payment
impl Unpin for Payment
impl UnwindSafe for Payment
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