pub enum InfoParamType {
EntityPath,
DataType,
Parameters,
SerialNumber,
Options,
Help,
EntityType,
Units,
}
Variants§
Trait Implementations§
Source§impl Hash for InfoParamType
impl Hash for InfoParamType
Source§impl PartialEq for InfoParamType
impl PartialEq for InfoParamType
impl Eq for InfoParamType
impl StructuralPartialEq for InfoParamType
Auto Trait Implementations§
impl Freeze for InfoParamType
impl RefUnwindSafe for InfoParamType
impl Send for InfoParamType
impl Sync for InfoParamType
impl Unpin for InfoParamType
impl UnwindSafe for InfoParamType
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