pub struct FedwirePaymentMethod { /* private fields */ }Implementations§
Source§impl FedwirePaymentMethod
impl FedwirePaymentMethod
pub fn active<T>(self, value: T) -> Self
pub fn created_at<T>(self, value: T) -> Self
pub fn fedwire<T>(self, value: T) -> Self
pub fn payment_method_id<T>(self, value: T) -> Self
pub fn payment_rail<T>(self, value: T) -> Self
pub fn updated_at<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for FedwirePaymentMethod
impl Clone for FedwirePaymentMethod
Source§fn clone(&self) -> FedwirePaymentMethod
fn clone(&self) -> FedwirePaymentMethod
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FedwirePaymentMethod
impl Debug for FedwirePaymentMethod
Source§impl Default for FedwirePaymentMethod
impl Default for FedwirePaymentMethod
Source§impl From<FedwirePaymentMethod> for FedwirePaymentMethod
impl From<FedwirePaymentMethod> for FedwirePaymentMethod
Source§fn from(value: FedwirePaymentMethod) -> Self
fn from(value: FedwirePaymentMethod) -> Self
Converts to this type from the input type.
Source§impl TryFrom<FedwirePaymentMethod> for FedwirePaymentMethod
impl TryFrom<FedwirePaymentMethod> for FedwirePaymentMethod
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: FedwirePaymentMethod) -> Result<Self, ConversionError>
fn try_from(value: FedwirePaymentMethod) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for FedwirePaymentMethod
impl RefUnwindSafe for FedwirePaymentMethod
impl Send for FedwirePaymentMethod
impl Sync for FedwirePaymentMethod
impl Unpin for FedwirePaymentMethod
impl UnsafeUnpin for FedwirePaymentMethod
impl UnwindSafe for FedwirePaymentMethod
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