pub struct GetAllAccountsRequest {}Expand description
return accounts
Implementations§
Source§impl GetAllAccountsRequest
impl GetAllAccountsRequest
Sourcepub async fn parse_response(req: Response) -> Result<GetAllAccountsResponse>
pub async fn parse_response(req: Response) -> Result<GetAllAccountsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetAllAccountsRequest
impl Clone for GetAllAccountsRequest
Source§fn clone(&self) -> GetAllAccountsRequest
fn clone(&self) -> GetAllAccountsRequest
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 GetAllAccountsRequest
impl Debug for GetAllAccountsRequest
Source§impl Default for GetAllAccountsRequest
impl Default for GetAllAccountsRequest
Source§impl Validate for GetAllAccountsRequest
impl Validate for GetAllAccountsRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetAllAccountsRequest
impl<'v_a> ValidateArgs<'v_a> for GetAllAccountsRequest
Auto Trait Implementations§
impl Freeze for GetAllAccountsRequest
impl RefUnwindSafe for GetAllAccountsRequest
impl Send for GetAllAccountsRequest
impl Sync for GetAllAccountsRequest
impl Unpin for GetAllAccountsRequest
impl UnsafeUnpin for GetAllAccountsRequest
impl UnwindSafe for GetAllAccountsRequest
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