pub struct Parameterization {
pub typevars: BTreeMap<String, ParameterizationKind>,
}
Expand description
Dsecribes the valid values for a set of variables.
Fields§
§typevars: BTreeMap<String, ParameterizationKind>
Trait Implementations§
Source§impl Debug for Parameterization
impl Debug for Parameterization
Source§impl Default for Parameterization
impl Default for Parameterization
Source§fn default() -> Parameterization
fn default() -> Parameterization
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Parameterization
impl<'de> Deserialize<'de> for Parameterization
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 Parameterization
impl RefUnwindSafe for Parameterization
impl Send for Parameterization
impl Sync for Parameterization
impl Unpin for Parameterization
impl UnwindSafe for Parameterization
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