pub struct GetWithdrawalDirectExposure<'a> { /* private fields */ }Expand description
Builder for [Client::get_withdrawal_direct_exposure]
[`Client::get_withdrawal_direct_exposure`]: super::Client::get_withdrawal_direct_exposureImplementations§
Source§impl<'a> GetWithdrawalDirectExposure<'a>
impl<'a> GetWithdrawalDirectExposure<'a>
pub fn new(client: &'a Client) -> Self
pub fn withdrawal_id<V>(self, value: V) -> Self
Sourcepub async fn send(
self,
) -> Result<ResponseValue<TransferDirectExposureResponseDto>, Error<()>>
pub async fn send( self, ) -> Result<ResponseValue<TransferDirectExposureResponseDto>, Error<()>>
Sends a GET request to /v1/kyt/withdrawal/{withdrawalId}/exposures/direct
Trait Implementations§
Source§impl<'a> Clone for GetWithdrawalDirectExposure<'a>
impl<'a> Clone for GetWithdrawalDirectExposure<'a>
Source§fn clone(&self) -> GetWithdrawalDirectExposure<'a>
fn clone(&self) -> GetWithdrawalDirectExposure<'a>
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 moreAuto Trait Implementations§
impl<'a> Freeze for GetWithdrawalDirectExposure<'a>
impl<'a> !RefUnwindSafe for GetWithdrawalDirectExposure<'a>
impl<'a> Send for GetWithdrawalDirectExposure<'a>
impl<'a> Sync for GetWithdrawalDirectExposure<'a>
impl<'a> Unpin for GetWithdrawalDirectExposure<'a>
impl<'a> !UnwindSafe for GetWithdrawalDirectExposure<'a>
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