pub struct InvalidatePositionCacheRequest {
pub path: InvalidatePositionCacheRequestPath,
}Expand description
Instructs IB to discard cached portfolio positions for a given account, so that the next request for positions delivers freshly obtained data.
Fields§
§path: InvalidatePositionCacheRequestPathImplementations§
Source§impl InvalidatePositionCacheRequest
impl InvalidatePositionCacheRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<InvalidatePositionCacheResponse>
pub async fn parse_response( req: Response, ) -> Result<InvalidatePositionCacheResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for InvalidatePositionCacheRequest
impl Clone for InvalidatePositionCacheRequest
Source§fn clone(&self) -> InvalidatePositionCacheRequest
fn clone(&self) -> InvalidatePositionCacheRequest
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<'v_a> ValidateArgs<'v_a> for InvalidatePositionCacheRequest
impl<'v_a> ValidateArgs<'v_a> for InvalidatePositionCacheRequest
Auto Trait Implementations§
impl Freeze for InvalidatePositionCacheRequest
impl RefUnwindSafe for InvalidatePositionCacheRequest
impl Send for InvalidatePositionCacheRequest
impl Sync for InvalidatePositionCacheRequest
impl Unpin for InvalidatePositionCacheRequest
impl UnsafeUnpin for InvalidatePositionCacheRequest
impl UnwindSafe for InvalidatePositionCacheRequest
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