pub struct CallableShapeId(pub u32);Expand description
Interned callable shape.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for CallableShapeId
impl Clone for CallableShapeId
Source§fn clone(&self) -> CallableShapeId
fn clone(&self) -> CallableShapeId
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 CallableShapeId
impl Debug for CallableShapeId
Source§impl Hash for CallableShapeId
impl Hash for CallableShapeId
Source§impl PartialEq for CallableShapeId
impl PartialEq for CallableShapeId
impl Copy for CallableShapeId
impl Eq for CallableShapeId
impl StructuralPartialEq for CallableShapeId
Auto Trait Implementations§
impl Freeze for CallableShapeId
impl RefUnwindSafe for CallableShapeId
impl Send for CallableShapeId
impl Sync for CallableShapeId
impl Unpin for CallableShapeId
impl UnsafeUnpin for CallableShapeId
impl UnwindSafe for CallableShapeId
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§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.