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