pub struct DeleteWatchlistRequestQuery {
pub id: String,
}Fields§
§id: StringWatchlist ID of the watchlist to be deleted.
- Example:
"1234".to_string()
Trait Implementations§
Source§impl Clone for DeleteWatchlistRequestQuery
impl Clone for DeleteWatchlistRequestQuery
Source§fn clone(&self) -> DeleteWatchlistRequestQuery
fn clone(&self) -> DeleteWatchlistRequestQuery
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 DeleteWatchlistRequestQuery
impl Debug for DeleteWatchlistRequestQuery
Source§impl<'v_a> ValidateArgs<'v_a> for DeleteWatchlistRequestQuery
impl<'v_a> ValidateArgs<'v_a> for DeleteWatchlistRequestQuery
impl StructuralPartialEq for DeleteWatchlistRequestQuery
Auto Trait Implementations§
impl Freeze for DeleteWatchlistRequestQuery
impl RefUnwindSafe for DeleteWatchlistRequestQuery
impl Send for DeleteWatchlistRequestQuery
impl Sync for DeleteWatchlistRequestQuery
impl Unpin for DeleteWatchlistRequestQuery
impl UnsafeUnpin for DeleteWatchlistRequestQuery
impl UnwindSafe for DeleteWatchlistRequestQuery
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