pub struct GetSpecificWatchlistRequestQuery {
pub id: String,
}Fields§
§id: StringWatchlist ID of the requested watchlist.
- Example:
"1234".to_string()
Trait Implementations§
Source§impl Clone for GetSpecificWatchlistRequestQuery
impl Clone for GetSpecificWatchlistRequestQuery
Source§fn clone(&self) -> GetSpecificWatchlistRequestQuery
fn clone(&self) -> GetSpecificWatchlistRequestQuery
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 PartialEq for GetSpecificWatchlistRequestQuery
impl PartialEq for GetSpecificWatchlistRequestQuery
Source§fn eq(&self, other: &GetSpecificWatchlistRequestQuery) -> bool
fn eq(&self, other: &GetSpecificWatchlistRequestQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'v_a> ValidateArgs<'v_a> for GetSpecificWatchlistRequestQuery
impl<'v_a> ValidateArgs<'v_a> for GetSpecificWatchlistRequestQuery
impl StructuralPartialEq for GetSpecificWatchlistRequestQuery
Auto Trait Implementations§
impl Freeze for GetSpecificWatchlistRequestQuery
impl RefUnwindSafe for GetSpecificWatchlistRequestQuery
impl Send for GetSpecificWatchlistRequestQuery
impl Sync for GetSpecificWatchlistRequestQuery
impl Unpin for GetSpecificWatchlistRequestQuery
impl UnsafeUnpin for GetSpecificWatchlistRequestQuery
impl UnwindSafe for GetSpecificWatchlistRequestQuery
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