pub struct AddressRiskResponseDto { /* private fields */ }Implementations§
Source§impl AddressRiskResponseDto
impl AddressRiskResponseDto
pub fn address<T>(self, value: T) -> Self
pub fn address_identifications<T>(self, value: T) -> Self
pub fn address_type<T>(self, value: T) -> Self
pub fn cluster<T>(self, value: T) -> Self
pub fn exposures<T>(self, value: T) -> Self
pub fn risk<T>(self, value: T) -> Self
pub fn risk_reason<T>(self, value: T) -> Self
pub fn status<T>(self, value: T) -> Self
pub fn triggers<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for AddressRiskResponseDto
impl Clone for AddressRiskResponseDto
Source§fn clone(&self) -> AddressRiskResponseDto
fn clone(&self) -> AddressRiskResponseDto
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 AddressRiskResponseDto
impl Debug for AddressRiskResponseDto
Source§impl Default for AddressRiskResponseDto
impl Default for AddressRiskResponseDto
Source§impl From<AddressRiskResponseDto> for AddressRiskResponseDto
impl From<AddressRiskResponseDto> for AddressRiskResponseDto
Source§fn from(value: AddressRiskResponseDto) -> Self
fn from(value: AddressRiskResponseDto) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AddressRiskResponseDto> for AddressRiskResponseDto
impl TryFrom<AddressRiskResponseDto> for AddressRiskResponseDto
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: AddressRiskResponseDto) -> Result<Self, ConversionError>
fn try_from(value: AddressRiskResponseDto) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AddressRiskResponseDto
impl RefUnwindSafe for AddressRiskResponseDto
impl Send for AddressRiskResponseDto
impl Sync for AddressRiskResponseDto
impl Unpin for AddressRiskResponseDto
impl UnwindSafe for AddressRiskResponseDto
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