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