Struct headless_chrome::protocol::cdp::Media::PlayerError
source · pub struct PlayerError {
pub Type: PlayerErrorType,
pub error_code: String,
}Fields§
§Type: PlayerErrorType§error_code: StringTrait Implementations§
source§impl Clone for PlayerError
impl Clone for PlayerError
source§fn clone(&self) -> PlayerError
fn clone(&self) -> PlayerError
Returns a copy 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 PlayerError
impl Debug for PlayerError
source§impl<'de> Deserialize<'de> for PlayerError
impl<'de> Deserialize<'de> for PlayerError
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