pub struct RegularParamDef {
pub span: Span,
pub name: TemporaryName,
pub ty: AbiType,
}Fields§
§span: Span§name: TemporaryName§ty: AbiTypeTrait Implementations§
Source§impl Clone for RegularParamDef
impl Clone for RegularParamDef
Source§fn clone(&self) -> RegularParamDef
fn clone(&self) -> RegularParamDef
Returns a duplicate 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 RegularParamDef
impl Debug for RegularParamDef
Source§impl Display for RegularParamDef
impl Display for RegularParamDef
Source§impl Hash for RegularParamDef
impl Hash for RegularParamDef
Source§impl PartialEq for RegularParamDef
impl PartialEq for RegularParamDef
impl Eq for RegularParamDef
impl StructuralPartialEq for RegularParamDef
Auto Trait Implementations§
impl Freeze for RegularParamDef
impl RefUnwindSafe for RegularParamDef
impl Send for RegularParamDef
impl Sync for RegularParamDef
impl Unpin for RegularParamDef
impl UnwindSafe for RegularParamDef
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.