pub struct WebPlayerActionsPorting {
pub get_share_panel_command: GetSharePanelCommand,
pub subscribe_command: SubscribeCommand,
pub unsubscribe_command: UnsubscribeCommand,
pub add_to_watch_later_command: AddToWatchLaterCommand,
pub remove_from_watch_later_command: RemoveFromWatchLaterCommand,
}
Fields§
§subscribe_command: SubscribeCommand
§unsubscribe_command: UnsubscribeCommand
§add_to_watch_later_command: AddToWatchLaterCommand
§remove_from_watch_later_command: RemoveFromWatchLaterCommand
Trait Implementations§
Source§impl Clone for WebPlayerActionsPorting
impl Clone for WebPlayerActionsPorting
Source§fn clone(&self) -> WebPlayerActionsPorting
fn clone(&self) -> WebPlayerActionsPorting
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 WebPlayerActionsPorting
impl Debug for WebPlayerActionsPorting
Source§impl<'de> Deserialize<'de> for WebPlayerActionsPorting
impl<'de> Deserialize<'de> for WebPlayerActionsPorting
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 WebPlayerActionsPorting
impl RefUnwindSafe for WebPlayerActionsPorting
impl Send for WebPlayerActionsPorting
impl Sync for WebPlayerActionsPorting
impl Unpin for WebPlayerActionsPorting
impl UnwindSafe for WebPlayerActionsPorting
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