pub struct FasterPayment {
pub faster_payment: String,
pub fps_fpid: String,
pub fps_payment_id: String,
pub insertion: String,
pub notes: String,
pub standin_correlation_id: String,
pub trn: String,
}Expand description
A Faster Payments transaction
Fields§
§faster_payment: String§fps_fpid: String§fps_payment_id: String§insertion: String§notes: String§standin_correlation_id: String§trn: StringTrait Implementations§
Source§impl Clone for FasterPayment
impl Clone for FasterPayment
Source§fn clone(&self) -> FasterPayment
fn clone(&self) -> FasterPayment
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 FasterPayment
impl Debug for FasterPayment
Source§impl<'de> Deserialize<'de> for FasterPayment
impl<'de> Deserialize<'de> for FasterPayment
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FasterPayment
impl RefUnwindSafe for FasterPayment
impl Send for FasterPayment
impl Sync for FasterPayment
impl Unpin for FasterPayment
impl UnwindSafe for FasterPayment
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