pub struct ListApiKeys<'a> { /* private fields */ }
Expand description
Builder for Client::list_api_keys
Implementations§
Source§impl<'a> ListApiKeys<'a>
impl<'a> ListApiKeys<'a>
pub fn new(client: &'a Client) -> Self
Sourcepub async fn send(
self,
) -> Result<ResponseValue<Vec<ApiKeyDescr>>, Error<ErrorResponse>>
pub async fn send( self, ) -> Result<ResponseValue<Vec<ApiKeyDescr>>, Error<ErrorResponse>>
Sends a GET
request to /v0/api_keys
Trait Implementations§
Source§impl<'a> Clone for ListApiKeys<'a>
impl<'a> Clone for ListApiKeys<'a>
Source§fn clone(&self) -> ListApiKeys<'a>
fn clone(&self) -> ListApiKeys<'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 ListApiKeys<'a>
impl<'a> !RefUnwindSafe for ListApiKeys<'a>
impl<'a> Send for ListApiKeys<'a>
impl<'a> Sync for ListApiKeys<'a>
impl<'a> Unpin for ListApiKeys<'a>
impl<'a> !UnwindSafe for ListApiKeys<'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