pub struct Pivot {
pub context: String,
pub id: String,
pub key: String,
pub symbol: String,
pub title: String,
pub requires: Option<String>,
pub pivot_type: PivotType,
}
Fields§
§context: String
§id: String
§key: String
§symbol: String
§title: String
§requires: Option<String>
§pivot_type: PivotType
Trait 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
Auto Trait Implementations§
impl Freeze for Pivot
impl RefUnwindSafe for Pivot
impl Send for Pivot
impl Sync for Pivot
impl Unpin for Pivot
impl UnwindSafe for Pivot
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more