pub enum MoneyLaunderingStatus {
ExemptAuthorised,
ExemptMoneyType,
ExemptBelowLimit,
Passed,
NotChecked,
}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 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 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
impl Copy for MoneyLaunderingStatus
impl Eq for MoneyLaunderingStatus
impl StructuralPartialEq for MoneyLaunderingStatus
Auto Trait Implementations§
impl Freeze for MoneyLaunderingStatus
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