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 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 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> AnyWithEq for T
impl<T> AnyWithEq for T
fn as_any(&self) -> &(dyn Any + 'static)
fn is_equals( &self, other: &dyn AnyWithEq, _interpreter: &mut Interpreter, _pos: CodePosition, ) -> bool
fn is_strict_equals( &self, other: &dyn AnyWithEq, _interpreter: &mut Interpreter, _pos: CodePosition, ) -> bool
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