pub struct GetAuthorizedPaymentBuilder { /* private fields */ }
Expand description
Builder for GetAuthorizedPayment
.
Implementations§
Source§impl GetAuthorizedPaymentBuilder
impl GetAuthorizedPaymentBuilder
The ID of the authorized payment for which to show details.
Sourcepub fn build(
&self,
) -> Result<GetAuthorizedPayment, GetAuthorizedPaymentBuilderError>
pub fn build( &self, ) -> Result<GetAuthorizedPayment, GetAuthorizedPaymentBuilderError>
Trait Implementations§
Source§impl Clone for GetAuthorizedPaymentBuilder
impl Clone for GetAuthorizedPaymentBuilder
Source§fn clone(&self) -> GetAuthorizedPaymentBuilder
fn clone(&self) -> GetAuthorizedPaymentBuilder
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for GetAuthorizedPaymentBuilder
impl RefUnwindSafe for GetAuthorizedPaymentBuilder
impl Send for GetAuthorizedPaymentBuilder
impl Sync for GetAuthorizedPaymentBuilder
impl Unpin for GetAuthorizedPaymentBuilder
impl UnwindSafe for GetAuthorizedPaymentBuilder
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