pub struct PreScreening {
pub enabled: bool,
}
Expand description
PreScreening : Should the configured AML pre-screening policy be enabled or not
Fields§
§enabled: bool
Implementations§
Source§impl PreScreening
impl PreScreening
Sourcepub fn new(enabled: bool) -> PreScreening
pub fn new(enabled: bool) -> PreScreening
Should the configured AML pre-screening policy be enabled or not
Trait Implementations§
Source§impl Clone for PreScreening
impl Clone for PreScreening
Source§fn clone(&self) -> PreScreening
fn clone(&self) -> PreScreening
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 PreScreening
impl Debug for PreScreening
Source§impl Default for PreScreening
impl Default for PreScreening
Source§fn default() -> PreScreening
fn default() -> PreScreening
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PreScreening
impl<'de> Deserialize<'de> for PreScreening
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PreScreening
impl PartialEq for PreScreening
Source§impl Serialize for PreScreening
impl Serialize for PreScreening
impl StructuralPartialEq for PreScreening
Auto Trait Implementations§
impl Freeze for PreScreening
impl RefUnwindSafe for PreScreening
impl Send for PreScreening
impl Sync for PreScreening
impl Unpin for PreScreening
impl UnwindSafe for PreScreening
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