pub struct QRRequestArgs { /* private fields */ }
Expand description
Builder for QRRequest
.
Implementations§
Source§impl QRRequestArgs
impl QRRequestArgs
pub fn MerchantName<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn RefNo<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn Amount<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn TrxCode<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn CPI<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn Size<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Trait Implementations§
Source§impl Clone for QRRequestArgs
impl Clone for QRRequestArgs
Source§fn clone(&self) -> QRRequestArgs
fn clone(&self) -> QRRequestArgs
Returns a duplicate 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 QRRequestArgs
impl Debug for QRRequestArgs
Auto Trait Implementations§
impl Freeze for QRRequestArgs
impl RefUnwindSafe for QRRequestArgs
impl Send for QRRequestArgs
impl Sync for QRRequestArgs
impl Unpin for QRRequestArgs
impl UnwindSafe for QRRequestArgs
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