pub struct DistribPaymentMethod;Expand description
DistribPaymentMethod (477).
Implementations§
Source§impl DistribPaymentMethod
impl DistribPaymentMethod
pub const CREST: i64 = 1
pub const BPAY: i64 = 10
pub const HIGHVALUECLEARINGSYSTEMHVACS: i64 = 11
pub const REINVESTINFUND: i64 = 12
pub const NSCC: i64 = 2
pub const EUROCLEAR: i64 = 3
pub const CLEARSTREAM: i64 = 4
pub const CHEQUE: i64 = 5
pub const TELEGRAPHICTRANSFER: i64 = 6
pub const FEDWIRE: i64 = 7
pub const DIRECTCREDITBECSBACS: i64 = 8
pub const ACHCREDIT: i64 = 9
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DistribPaymentMethod
impl RefUnwindSafe for DistribPaymentMethod
impl Send for DistribPaymentMethod
impl Sync for DistribPaymentMethod
impl Unpin for DistribPaymentMethod
impl UnsafeUnpin for DistribPaymentMethod
impl UnwindSafe for DistribPaymentMethod
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