pub struct EnumEntry {
pub string: String,
pub value: i32,
pub severity: u16,
}Expand description
A single entry in an enumeration parameter’s choice list.
Fields§
§string: String§value: i32§severity: u16Trait Implementations§
impl Eq for EnumEntry
impl StructuralPartialEq for EnumEntry
Auto Trait Implementations§
impl Freeze for EnumEntry
impl RefUnwindSafe for EnumEntry
impl Send for EnumEntry
impl Sync for EnumEntry
impl Unpin for EnumEntry
impl UnsafeUnpin for EnumEntry
impl UnwindSafe for EnumEntry
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.