pub enum MoneyLaunderingStatus {
ExemptBelowLimit,
ExemptMoneyType,
ExemptAuthorised,
NotChecked,
Passed,
}Variants§
Implementations§
source§impl MoneyLaunderingStatus
impl MoneyLaunderingStatus
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl Clone for MoneyLaunderingStatus
impl Clone for MoneyLaunderingStatus
source§fn clone(&self) -> MoneyLaunderingStatus
fn clone(&self) -> MoneyLaunderingStatus
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 moresource§impl Debug for MoneyLaunderingStatus
impl Debug for MoneyLaunderingStatus
source§impl FromStr for MoneyLaunderingStatus
impl FromStr for MoneyLaunderingStatus
source§impl Hash for MoneyLaunderingStatus
impl Hash for MoneyLaunderingStatus
source§impl IntoFixValue for MoneyLaunderingStatus
impl IntoFixValue for MoneyLaunderingStatus
source§impl PartialEq for MoneyLaunderingStatus
impl PartialEq for MoneyLaunderingStatus
source§fn eq(&self, other: &MoneyLaunderingStatus) -> bool
fn eq(&self, other: &MoneyLaunderingStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for MoneyLaunderingStatus
impl Eq for MoneyLaunderingStatus
impl StructuralPartialEq for MoneyLaunderingStatus
Auto Trait Implementations§
impl RefUnwindSafe for MoneyLaunderingStatus
impl Send for MoneyLaunderingStatus
impl Sync for MoneyLaunderingStatus
impl Unpin for MoneyLaunderingStatus
impl UnwindSafe for MoneyLaunderingStatus
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