pub struct AccountBalanceRequestArgs { /* private fields */ }
Expand description
Builder for AccountBalanceRequest
.
Implementations§
Source§impl AccountBalanceRequestArgs
impl AccountBalanceRequestArgs
pub fn CommandID<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn PartyA<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn IdentifierType<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn Remarks<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn Initiator<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn SecurityCredential<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn QueueTimeoutURL<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn ResultURL<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn build(&self) -> Result<AccountBalanceRequest, MpesaError>
pub fn build(&self) -> Result<AccountBalanceRequest, MpesaError>
Trait Implementations§
Source§impl Clone for AccountBalanceRequestArgs
impl Clone for AccountBalanceRequestArgs
Source§fn clone(&self) -> AccountBalanceRequestArgs
fn clone(&self) -> AccountBalanceRequestArgs
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 AccountBalanceRequestArgs
impl Debug for AccountBalanceRequestArgs
Auto Trait Implementations§
impl Freeze for AccountBalanceRequestArgs
impl RefUnwindSafe for AccountBalanceRequestArgs
impl Send for AccountBalanceRequestArgs
impl Sync for AccountBalanceRequestArgs
impl Unpin for AccountBalanceRequestArgs
impl UnwindSafe for AccountBalanceRequestArgs
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