pub struct GetSpecificWatchlistRequest {
pub query: GetSpecificWatchlistRequestQuery,
}Expand description
Retrieve details of a single watchlist stored in the username’s settings.
Fields§
§query: GetSpecificWatchlistRequestQueryImplementations§
Source§impl GetSpecificWatchlistRequest
impl GetSpecificWatchlistRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetSpecificWatchlistResponse>
pub async fn parse_response( req: Response, ) -> Result<GetSpecificWatchlistResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetSpecificWatchlistRequest
impl Clone for GetSpecificWatchlistRequest
Source§fn clone(&self) -> GetSpecificWatchlistRequest
fn clone(&self) -> GetSpecificWatchlistRequest
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 GetSpecificWatchlistRequest
impl Debug for GetSpecificWatchlistRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetSpecificWatchlistRequest
impl<'v_a> ValidateArgs<'v_a> for GetSpecificWatchlistRequest
Auto Trait Implementations§
impl Freeze for GetSpecificWatchlistRequest
impl RefUnwindSafe for GetSpecificWatchlistRequest
impl Send for GetSpecificWatchlistRequest
impl Sync for GetSpecificWatchlistRequest
impl Unpin for GetSpecificWatchlistRequest
impl UnsafeUnpin for GetSpecificWatchlistRequest
impl UnwindSafe for GetSpecificWatchlistRequest
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