pub struct Pivot {
pub context: String,
pub id: String,
pub key: String,
pub symbol: String,
pub title: String,
pub pivot_type: PivotType,
}Fields§
§context: String§id: String§key: String§symbol: String§title: String§pivot_type: PivotTypeTrait Implementations§
source§impl<'de> Deserialize<'de> for Pivot
impl<'de> Deserialize<'de> for Pivot
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