pub struct ScreeningProviderRulesConfigurationResponse {
pub direction: Option<Direction>,
pub status: Option<Status>,
pub amount_usd: Option<f64>,
pub amount: Option<f64>,
pub asset: Option<String>,
pub action: Action,
}
Fields§
§direction: Option<Direction>
§status: Option<Status>
§amount_usd: Option<f64>
§amount: Option<f64>
§asset: Option<String>
§action: Action
Implementations§
Trait Implementations§
Source§impl Clone for ScreeningProviderRulesConfigurationResponse
impl Clone for ScreeningProviderRulesConfigurationResponse
Source§fn clone(&self) -> ScreeningProviderRulesConfigurationResponse
fn clone(&self) -> ScreeningProviderRulesConfigurationResponse
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 Default for ScreeningProviderRulesConfigurationResponse
impl Default for ScreeningProviderRulesConfigurationResponse
Source§fn default() -> ScreeningProviderRulesConfigurationResponse
fn default() -> ScreeningProviderRulesConfigurationResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ScreeningProviderRulesConfigurationResponse
impl<'de> Deserialize<'de> for ScreeningProviderRulesConfigurationResponse
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 ScreeningProviderRulesConfigurationResponse
impl PartialEq for ScreeningProviderRulesConfigurationResponse
Source§fn eq(&self, other: &ScreeningProviderRulesConfigurationResponse) -> bool
fn eq(&self, other: &ScreeningProviderRulesConfigurationResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ScreeningProviderRulesConfigurationResponse
Auto Trait Implementations§
impl Freeze for ScreeningProviderRulesConfigurationResponse
impl RefUnwindSafe for ScreeningProviderRulesConfigurationResponse
impl Send for ScreeningProviderRulesConfigurationResponse
impl Sync for ScreeningProviderRulesConfigurationResponse
impl Unpin for ScreeningProviderRulesConfigurationResponse
impl UnwindSafe for ScreeningProviderRulesConfigurationResponse
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