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