pub struct FunctionIndex(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for FunctionIndex
impl Clone for FunctionIndex
Source§fn clone(&self) -> FunctionIndex
fn clone(&self) -> FunctionIndex
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 FunctionIndex
impl Debug for FunctionIndex
Source§impl<'de> Deserialize<'de> for FunctionIndex
impl<'de> Deserialize<'de> for FunctionIndex
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 Display for FunctionIndex
impl Display for FunctionIndex
Source§impl From<FunctionIndex> for usize
impl From<FunctionIndex> for usize
Source§fn from(idx: FunctionIndex) -> Self
fn from(idx: FunctionIndex) -> Self
Converts to this type from the input type.
Source§impl From<usize> for FunctionIndex
impl From<usize> for FunctionIndex
Source§impl Hash for FunctionIndex
impl Hash for FunctionIndex
Source§impl PartialEq for FunctionIndex
impl PartialEq for FunctionIndex
Source§impl Serialize for FunctionIndex
impl Serialize 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 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