pub struct KeyPath {
pub Type: KeyPathType,
pub string: Option<String>,
pub array: Option<Vec<String>>,
}
Fields§
§Type: KeyPathType
§string: Option<String>
§array: Option<Vec<String>>
Trait Implementations§
source§impl<'de> Deserialize<'de> for KeyPath
impl<'de> Deserialize<'de> for KeyPath
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