pub struct NativeFuncId(/* private fields */);
Trait Implementations§
Source§impl Clone for NativeFuncId
impl Clone for NativeFuncId
Source§fn clone(&self) -> NativeFuncId
fn clone(&self) -> NativeFuncId
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 NativeFuncId
impl Debug for NativeFuncId
Source§impl Hash for NativeFuncId
impl Hash for NativeFuncId
Source§impl PartialEq for NativeFuncId
impl PartialEq for NativeFuncId
impl Copy for NativeFuncId
impl Eq for NativeFuncId
impl StructuralPartialEq for NativeFuncId
Auto Trait Implementations§
impl Freeze for NativeFuncId
impl RefUnwindSafe for NativeFuncId
impl Send for NativeFuncId
impl Sync for NativeFuncId
impl Unpin for NativeFuncId
impl UnwindSafe for NativeFuncId
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.