pub struct GetAccountOwnersRequest {
pub path: GetAccountOwnersRequestPath,
}Expand description
Receive a list of all applicant names on the account and for which account and entity is represented.
Fields§
§path: GetAccountOwnersRequestPathImplementations§
Source§impl GetAccountOwnersRequest
impl GetAccountOwnersRequest
Sourcepub async fn parse_response(req: Response) -> Result<GetAccountOwnersResponse>
pub async fn parse_response(req: Response) -> Result<GetAccountOwnersResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetAccountOwnersRequest
impl Clone for GetAccountOwnersRequest
Source§fn clone(&self) -> GetAccountOwnersRequest
fn clone(&self) -> GetAccountOwnersRequest
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 GetAccountOwnersRequest
impl Debug for GetAccountOwnersRequest
Source§impl Default for GetAccountOwnersRequest
impl Default for GetAccountOwnersRequest
Source§impl Validate for GetAccountOwnersRequest
impl Validate for GetAccountOwnersRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetAccountOwnersRequest
impl<'v_a> ValidateArgs<'v_a> for GetAccountOwnersRequest
Auto Trait Implementations§
impl Freeze for GetAccountOwnersRequest
impl RefUnwindSafe for GetAccountOwnersRequest
impl Send for GetAccountOwnersRequest
impl Sync for GetAccountOwnersRequest
impl Unpin for GetAccountOwnersRequest
impl UnsafeUnpin for GetAccountOwnersRequest
impl UnwindSafe for GetAccountOwnersRequest
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