Struct wac_types::FuncTypeId
source · pub struct FuncTypeId(/* private fields */);Expand description
An identifier for function types.
Trait Implementations§
source§impl Clone for FuncTypeId
impl Clone for FuncTypeId
source§fn clone(&self) -> FuncTypeId
fn clone(&self) -> FuncTypeId
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 FuncTypeId
impl Debug for FuncTypeId
source§impl Display for FuncTypeId
impl Display for FuncTypeId
source§impl Hash for FuncTypeId
impl Hash for FuncTypeId
source§impl Index<FuncTypeId> for Types
impl Index<FuncTypeId> for Types
source§impl IndexMut<FuncTypeId> for Types
impl IndexMut<FuncTypeId> for Types
source§impl PartialEq for FuncTypeId
impl PartialEq for FuncTypeId
source§fn eq(&self, other: &FuncTypeId) -> bool
fn eq(&self, other: &FuncTypeId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for FuncTypeId
impl Eq for FuncTypeId
impl StructuralPartialEq for FuncTypeId
Auto Trait Implementations§
impl Freeze for FuncTypeId
impl RefUnwindSafe for FuncTypeId
impl Send for FuncTypeId
impl Sync for FuncTypeId
impl Unpin for FuncTypeId
impl UnwindSafe for FuncTypeId
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§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.