pub struct WebPlayerConfig {
pub web_player_actions_porting: WebPlayerActionsPorting,
}
Fields§
§web_player_actions_porting: WebPlayerActionsPorting
Trait Implementations§
Source§impl Clone for WebPlayerConfig
impl Clone for WebPlayerConfig
Source§fn clone(&self) -> WebPlayerConfig
fn clone(&self) -> WebPlayerConfig
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 WebPlayerConfig
impl Debug for WebPlayerConfig
Source§impl<'de> Deserialize<'de> for WebPlayerConfig
impl<'de> Deserialize<'de> for WebPlayerConfig
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 WebPlayerConfig
impl RefUnwindSafe for WebPlayerConfig
impl Send for WebPlayerConfig
impl Sync for WebPlayerConfig
impl Unpin for WebPlayerConfig
impl UnwindSafe for WebPlayerConfig
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