pub struct GetAllWatchlistsRequest {
pub query: GetAllWatchlistsRequestQuery,
}Expand description
Returns all saved watchlists stored on IB backend for the username in use in the current Web API session.
Fields§
§query: GetAllWatchlistsRequestQueryImplementations§
Source§impl GetAllWatchlistsRequest
impl GetAllWatchlistsRequest
Sourcepub async fn parse_response(req: Response) -> Result<GetAllWatchlistsResponse>
pub async fn parse_response(req: Response) -> Result<GetAllWatchlistsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetAllWatchlistsRequest
impl Clone for GetAllWatchlistsRequest
Source§fn clone(&self) -> GetAllWatchlistsRequest
fn clone(&self) -> GetAllWatchlistsRequest
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 GetAllWatchlistsRequest
impl Debug for GetAllWatchlistsRequest
Source§impl Default for GetAllWatchlistsRequest
impl Default for GetAllWatchlistsRequest
Source§impl Validate for GetAllWatchlistsRequest
impl Validate for GetAllWatchlistsRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetAllWatchlistsRequest
impl<'v_a> ValidateArgs<'v_a> for GetAllWatchlistsRequest
Auto Trait Implementations§
impl Freeze for GetAllWatchlistsRequest
impl RefUnwindSafe for GetAllWatchlistsRequest
impl Send for GetAllWatchlistsRequest
impl Sync for GetAllWatchlistsRequest
impl Unpin for GetAllWatchlistsRequest
impl UnsafeUnpin for GetAllWatchlistsRequest
impl UnwindSafe for GetAllWatchlistsRequest
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