pub struct PGF {
pub abstract_: Abstract,
pub concretes: HashMap<String, Concrete>,
}
Fields§
§abstract_: Abstract
§concretes: HashMap<String, Concrete>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PGF
impl<'de> Deserialize<'de> for PGF
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 PGF
impl RefUnwindSafe for PGF
impl Send for PGF
impl Sync for PGF
impl Unpin for PGF
impl UnwindSafe for PGF
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