pub struct AddToWatchLaterCommand {
pub click_tracking_params: String,
pub playlist_edit_endpoint: AddToWatchLaterCommandPlaylistEditEndpoint,
}
Fields§
§click_tracking_params: String
§playlist_edit_endpoint: AddToWatchLaterCommandPlaylistEditEndpoint
Trait Implementations§
Source§impl Clone for AddToWatchLaterCommand
impl Clone for AddToWatchLaterCommand
Source§fn clone(&self) -> AddToWatchLaterCommand
fn clone(&self) -> AddToWatchLaterCommand
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 AddToWatchLaterCommand
impl Debug for AddToWatchLaterCommand
Source§impl<'de> Deserialize<'de> for AddToWatchLaterCommand
impl<'de> Deserialize<'de> for AddToWatchLaterCommand
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AddToWatchLaterCommand
impl RefUnwindSafe for AddToWatchLaterCommand
impl Send for AddToWatchLaterCommand
impl Sync for AddToWatchLaterCommand
impl Unpin for AddToWatchLaterCommand
impl UnwindSafe for AddToWatchLaterCommand
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