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