pub struct GetTokensV1NewBuilder<'a> { /* private fields */ }Expand description
Additive request builder for getTokensV1New.
Implementations§
Source§impl<'a> GetTokensV1NewBuilder<'a>
impl<'a> GetTokensV1NewBuilder<'a>
Sourcepub async fn send(self) -> Result<GetTokensV1NewResponse, ApiOpError<Value>>
pub async fn send(self) -> Result<GetTokensV1NewResponse, ApiOpError<Value>>
Send the request through the existing flat operation method.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for GetTokensV1NewBuilder<'a>
impl<'a> !UnwindSafe for GetTokensV1NewBuilder<'a>
impl<'a> Freeze for GetTokensV1NewBuilder<'a>
impl<'a> Send for GetTokensV1NewBuilder<'a>
impl<'a> Sync for GetTokensV1NewBuilder<'a>
impl<'a> Unpin for GetTokensV1NewBuilder<'a>
impl<'a> UnsafeUnpin for GetTokensV1NewBuilder<'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