pub struct MetaInputValue {
pub description: Option<String>,
pub name: Name,
pub ty: Type,
pub default_value: Option<ConstValue>,
}
Fields§
§description: Option<String>
§name: Name
§ty: Type
§default_value: Option<ConstValue>
Trait Implementations§
Source§impl Debug for MetaInputValue
impl Debug for MetaInputValue
Source§impl PartialEq for MetaInputValue
impl PartialEq for MetaInputValue
impl Eq for MetaInputValue
impl StructuralPartialEq for MetaInputValue
Auto Trait Implementations§
impl !Freeze for MetaInputValue
impl RefUnwindSafe for MetaInputValue
impl Send for MetaInputValue
impl Sync for MetaInputValue
impl Unpin for MetaInputValue
impl UnwindSafe for MetaInputValue
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.