pub struct FunctionTypeId(pub u32);Expand description
Opaque ID into a registry of function signatures.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for FunctionTypeId
impl Clone for FunctionTypeId
Source§fn clone(&self) -> FunctionTypeId
fn clone(&self) -> FunctionTypeId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FunctionTypeId
impl Debug for FunctionTypeId
Source§impl<'de> Deserialize<'de> for FunctionTypeId
impl<'de> Deserialize<'de> for FunctionTypeId
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
Source§impl Hash for FunctionTypeId
impl Hash for FunctionTypeId
Source§impl PartialEq for FunctionTypeId
impl PartialEq for FunctionTypeId
Source§fn eq(&self, other: &FunctionTypeId) -> bool
fn eq(&self, other: &FunctionTypeId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FunctionTypeId
impl Serialize for FunctionTypeId
impl Copy for FunctionTypeId
impl Eq for FunctionTypeId
impl StructuralPartialEq for FunctionTypeId
Auto Trait Implementations§
impl Freeze for FunctionTypeId
impl RefUnwindSafe for FunctionTypeId
impl Send for FunctionTypeId
impl Sync for FunctionTypeId
impl Unpin for FunctionTypeId
impl UnsafeUnpin for FunctionTypeId
impl UnwindSafe for FunctionTypeId
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