pub struct ValueParameter<A> {
pub name: Name,
pub ty: Type<A>,
}Expand description
Value parameter - [name, type]
Fields§
§name: Name§ty: Type<A>Trait Implementations§
Source§impl<A: Clone> Clone for ValueParameter<A>
impl<A: Clone> Clone for ValueParameter<A>
Source§impl<A: Debug> Debug for ValueParameter<A>
impl<A: Debug> Debug for ValueParameter<A>
Source§impl<'de, A: Deserialize<'de>> Deserialize<'de> for ValueParameter<A>
impl<'de, A: Deserialize<'de>> Deserialize<'de> for ValueParameter<A>
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl<A: Eq> Eq for ValueParameter<A>
Source§impl<A: PartialEq> PartialEq for ValueParameter<A>
impl<A: PartialEq> PartialEq for ValueParameter<A>
Source§impl<A: Serialize> Serialize for ValueParameter<A>
impl<A: Serialize> Serialize for ValueParameter<A>
impl<A: PartialEq> StructuralPartialEq for ValueParameter<A>
Auto Trait Implementations§
impl<A> Freeze for ValueParameter<A>
impl<A> RefUnwindSafe for ValueParameter<A>where
Type<A>: RefUnwindSafe,
impl<A> Send for ValueParameter<A>
impl<A> Sync for ValueParameter<A>
impl<A> Unpin for ValueParameter<A>
impl<A> UnsafeUnpin for ValueParameter<A>where
Type<A>: UnsafeUnpin,
impl<A> UnwindSafe for ValueParameter<A>where
Type<A>: UnwindSafe,
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.