pub struct PostGetMultipleNewAddressProofsV2<'a> { /* private fields */ }Expand description
Builder for Client::post_get_multiple_new_address_proofs_v2
Implementations§
Source§impl<'a> PostGetMultipleNewAddressProofsV2<'a>
impl<'a> PostGetMultipleNewAddressProofsV2<'a>
pub fn new(client: &'a Client) -> Self
pub fn body<V>(self, value: V) -> Selfwhere
V: TryInto<PostGetMultipleNewAddressProofsV2Body>,
<V as TryInto<PostGetMultipleNewAddressProofsV2Body>>::Error: Display,
pub fn body_map<F>(self, f: F) -> Self
Sourcepub async fn send(
self,
) -> Result<ResponseValue<PostGetMultipleNewAddressProofsV2Response>, Error<PostGetMultipleNewAddressProofsV2Response>>
pub async fn send( self, ) -> Result<ResponseValue<PostGetMultipleNewAddressProofsV2Response>, Error<PostGetMultipleNewAddressProofsV2Response>>
Sends a POST request to /getMultipleNewAddressProofsV2
Trait Implementations§
Source§impl<'a> Clone for PostGetMultipleNewAddressProofsV2<'a>
impl<'a> Clone for PostGetMultipleNewAddressProofsV2<'a>
Source§fn clone(&self) -> PostGetMultipleNewAddressProofsV2<'a>
fn clone(&self) -> PostGetMultipleNewAddressProofsV2<'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 PostGetMultipleNewAddressProofsV2<'a>
impl<'a> !RefUnwindSafe for PostGetMultipleNewAddressProofsV2<'a>
impl<'a> Send for PostGetMultipleNewAddressProofsV2<'a>
impl<'a> Sync for PostGetMultipleNewAddressProofsV2<'a>
impl<'a> Unpin for PostGetMultipleNewAddressProofsV2<'a>
impl<'a> UnsafeUnpin for PostGetMultipleNewAddressProofsV2<'a>
impl<'a> !UnwindSafe for PostGetMultipleNewAddressProofsV2<'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