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