pub struct MoneyLaunderingStatus;Expand description
MoneyLaunderingStatus (481).
Implementations§
Source§impl MoneyLaunderingStatus
impl MoneyLaunderingStatus
pub const EXBELOWLIM: char = '1'
pub const EXCLIENTMONEYTYPE: char = '2'
pub const EXAUTHCREDIT: char = '3'
pub const NOTCHECKED: char = 'N'
pub const PASSED: char = 'Y'
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MoneyLaunderingStatus
impl RefUnwindSafe for MoneyLaunderingStatus
impl Send for MoneyLaunderingStatus
impl Sync for MoneyLaunderingStatus
impl Unpin for MoneyLaunderingStatus
impl UnsafeUnpin 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