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