pub struct PaymentProcessor;
Implementations§
Trait Implementations§
Source§impl Default for PaymentProcessor
impl Default for PaymentProcessor
Source§fn default() -> PaymentProcessor
fn default() -> PaymentProcessor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PaymentProcessor
impl RefUnwindSafe for PaymentProcessor
impl Send for PaymentProcessor
impl Sync for PaymentProcessor
impl Unpin for PaymentProcessor
impl UnwindSafe for PaymentProcessor
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