Struct chromiumoxide::cdp::browser_protocol::indexed_db::KeyPath
source · pub struct KeyPath {
pub type: KeyPathType,
pub string: Option<String>,
pub array: Option<Vec<String, Global>>,
}Expand description
Key path. KeyPath
Fields§
§type: KeyPathTypeKey path type.
string: Option<String>String value.
array: Option<Vec<String, Global>>Array value.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for KeyPath
impl<'de> Deserialize<'de> for KeyPath
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<KeyPath, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<KeyPath, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<KeyPath> for KeyPath
impl PartialEq<KeyPath> for KeyPath
source§impl Serialize for KeyPath
impl Serialize for KeyPath
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more