pub struct GetPortfolioMetadataRequest {
pub path: GetPortfolioMetadataRequestPath,
}Expand description
Get a single account’s attributes and capabilities.
Fields§
§path: GetPortfolioMetadataRequestPathImplementations§
Source§impl GetPortfolioMetadataRequest
impl GetPortfolioMetadataRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetPortfolioMetadataResponse>
pub async fn parse_response( req: Response, ) -> Result<GetPortfolioMetadataResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetPortfolioMetadataRequest
impl Clone for GetPortfolioMetadataRequest
Source§fn clone(&self) -> GetPortfolioMetadataRequest
fn clone(&self) -> GetPortfolioMetadataRequest
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 GetPortfolioMetadataRequest
impl Debug for GetPortfolioMetadataRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetPortfolioMetadataRequest
impl<'v_a> ValidateArgs<'v_a> for GetPortfolioMetadataRequest
Auto Trait Implementations§
impl Freeze for GetPortfolioMetadataRequest
impl RefUnwindSafe for GetPortfolioMetadataRequest
impl Send for GetPortfolioMetadataRequest
impl Sync for GetPortfolioMetadataRequest
impl Unpin for GetPortfolioMetadataRequest
impl UnsafeUnpin for GetPortfolioMetadataRequest
impl UnwindSafe for GetPortfolioMetadataRequest
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