pub struct MetaEnumValue {
pub description: Option<String>,
pub value: Name,
pub deprecation: Deprecation,
}
Fields§
§description: Option<String>
§value: Name
§deprecation: Deprecation
Trait Implementations§
Source§impl Debug for MetaEnumValue
impl Debug for MetaEnumValue
Source§impl PartialEq for MetaEnumValue
impl PartialEq for MetaEnumValue
impl Eq for MetaEnumValue
impl StructuralPartialEq for MetaEnumValue
Auto Trait Implementations§
impl Freeze for MetaEnumValue
impl RefUnwindSafe for MetaEnumValue
impl Send for MetaEnumValue
impl Sync for MetaEnumValue
impl Unpin for MetaEnumValue
impl UnwindSafe for MetaEnumValue
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<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.