pub struct Lazerpay {
pub api_public_key: String,
pub api_secret_key: String,
pub payment: Payment,
}Fields§
§api_public_key: String§api_secret_key: String§payment: PaymentImplementations§
Auto Trait Implementations§
impl Freeze for Lazerpay
impl RefUnwindSafe for Lazerpay
impl Send for Lazerpay
impl Sync for Lazerpay
impl Unpin for Lazerpay
impl UnwindSafe for Lazerpay
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