pub enum ParamType {
Set(Set),
NonemptySet(NonemptySet),
FiniteSet(FiniteSet),
Obj(Obj),
Struct(StructObj),
}Variants§
Implementations§
Source§impl ParamType
impl ParamType
pub fn get_all_param_names( param_def: &Vec<ParamGroupWithParamType>, ) -> Vec<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParamType
impl RefUnwindSafe for ParamType
impl !Send for ParamType
impl !Sync for ParamType
impl Unpin for ParamType
impl UnsafeUnpin for ParamType
impl UnwindSafe for ParamType
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