pub enum DistribPaymentMethod {
Crest = 1,
Nscc = 2,
Euroclear = 3,
Clearstream = 4,
Cheque = 5,
TelegraphicTransfer = 6,
FedWire = 7,
DirectCredit = 8,
AchCredit = 9,
Bpay = 10,
HighValueClearingSystemHvacs = 11,
ReinvestInFund = 12,
}
Variants§
Crest = 1
Nscc = 2
Euroclear = 3
Clearstream = 4
Cheque = 5
TelegraphicTransfer = 6
FedWire = 7
DirectCredit = 8
AchCredit = 9
Bpay = 10
HighValueClearingSystemHvacs = 11
ReinvestInFund = 12
Implementations§
Source§impl DistribPaymentMethod
impl DistribPaymentMethod
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for DistribPaymentMethod
impl Clone for DistribPaymentMethod
Source§fn clone(&self) -> DistribPaymentMethod
fn clone(&self) -> DistribPaymentMethod
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 DistribPaymentMethod
impl Debug for DistribPaymentMethod
Source§impl FromStr for DistribPaymentMethod
impl FromStr for DistribPaymentMethod
Source§impl Hash for DistribPaymentMethod
impl Hash for DistribPaymentMethod
Source§impl IntoFixValue for DistribPaymentMethod
impl IntoFixValue for DistribPaymentMethod
Source§impl PartialEq for DistribPaymentMethod
impl PartialEq for DistribPaymentMethod
impl Copy for DistribPaymentMethod
impl Eq for DistribPaymentMethod
impl StructuralPartialEq for DistribPaymentMethod
Auto Trait Implementations§
impl Freeze for DistribPaymentMethod
impl RefUnwindSafe for DistribPaymentMethod
impl Send for DistribPaymentMethod
impl Sync for DistribPaymentMethod
impl Unpin 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