Enum headless_chrome::protocol::cdp::Log::LogEntryCategory
source · pub enum LogEntryCategory {
Cors,
}Variants§
Cors
Trait Implementations§
source§impl Clone for LogEntryCategory
impl Clone for LogEntryCategory
source§fn clone(&self) -> LogEntryCategory
fn clone(&self) -> LogEntryCategory
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 LogEntryCategory
impl Debug for LogEntryCategory
source§impl<'de> Deserialize<'de> for LogEntryCategory
impl<'de> Deserialize<'de> for LogEntryCategory
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