pub enum InnerFunctionSpaceIndex {
Import(ImportedFunctionIndex),
Function(FunctionIndex),
}
Variants§
Import(ImportedFunctionIndex)
Function(FunctionIndex)
Trait Implementations§
Source§impl Clone for InnerFunctionSpaceIndex
impl Clone for InnerFunctionSpaceIndex
Source§fn clone(&self) -> InnerFunctionSpaceIndex
fn clone(&self) -> InnerFunctionSpaceIndex
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 InnerFunctionSpaceIndex
impl Debug for InnerFunctionSpaceIndex
Source§impl Hash for InnerFunctionSpaceIndex
impl Hash for InnerFunctionSpaceIndex
Source§impl Ord for InnerFunctionSpaceIndex
impl Ord for InnerFunctionSpaceIndex
Source§fn cmp(&self, other: &InnerFunctionSpaceIndex) -> Ordering
fn cmp(&self, other: &InnerFunctionSpaceIndex) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InnerFunctionSpaceIndex
impl PartialEq for InnerFunctionSpaceIndex
Source§impl PartialOrd for InnerFunctionSpaceIndex
impl PartialOrd for InnerFunctionSpaceIndex
impl Copy for InnerFunctionSpaceIndex
impl Eq for InnerFunctionSpaceIndex
impl StructuralPartialEq for InnerFunctionSpaceIndex
Auto Trait Implementations§
impl Freeze for InnerFunctionSpaceIndex
impl RefUnwindSafe for InnerFunctionSpaceIndex
impl Send for InnerFunctionSpaceIndex
impl Sync for InnerFunctionSpaceIndex
impl Unpin for InnerFunctionSpaceIndex
impl UnwindSafe for InnerFunctionSpaceIndex
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