Struct waffle::SignatureData
source · pub struct SignatureData {
pub params: Vec<Type>,
pub returns: Vec<Type>,
}Fields§
§params: Vec<Type>§returns: Vec<Type>Trait Implementations§
source§impl Clone for SignatureData
impl Clone for SignatureData
source§fn clone(&self) -> SignatureData
fn clone(&self) -> SignatureData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SignatureData
impl Debug for SignatureData
source§impl From<&FuncType> for SignatureData
impl From<&FuncType> for SignatureData
source§impl From<FuncType> for SignatureData
impl From<FuncType> for SignatureData
source§impl Hash for SignatureData
impl Hash for SignatureData
source§impl Ord for SignatureData
impl Ord for SignatureData
source§fn cmp(&self, other: &SignatureData) -> Ordering
fn cmp(&self, other: &SignatureData) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for SignatureData
impl PartialEq for SignatureData
source§fn eq(&self, other: &SignatureData) -> bool
fn eq(&self, other: &SignatureData) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for SignatureData
impl PartialOrd for SignatureData
source§fn partial_cmp(&self, other: &SignatureData) -> Option<Ordering>
fn partial_cmp(&self, other: &SignatureData) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for SignatureData
impl StructuralPartialEq for SignatureData
Auto Trait Implementations§
impl Freeze for SignatureData
impl RefUnwindSafe for SignatureData
impl Send for SignatureData
impl Sync for SignatureData
impl Unpin for SignatureData
impl UnwindSafe for SignatureData
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.