Type Definition hdi::prelude::info::ScopedEntryDefIndex

source ·
pub type ScopedEntryDefIndex = ScopedZomeType<EntryDefIndex>;
Expand description

An EntryDefIndex within the scope of the zome where it’s defined.

Trait Implementations§

source§

impl TryFrom<&&EntryTypes> for ScopedEntryDefIndex

§

type Error = WasmError

The type returned in the event of a conversion error.
source§

fn try_from(value: &&EntryTypes) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<&EntryTypes> for ScopedEntryDefIndex

§

type Error = WasmError

The type returned in the event of a conversion error.
source§

fn try_from(value: &EntryTypes) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<&UnitEntryTypes> for ScopedEntryDefIndex

§

type Error = WasmError

The type returned in the event of a conversion error.
source§

fn try_from(value: &UnitEntryTypes) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<EntryTypes> for ScopedEntryDefIndex

§

type Error = WasmError

The type returned in the event of a conversion error.
source§

fn try_from(value: EntryTypes) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<UnitEntryTypes> for ScopedEntryDefIndex

§

type Error = WasmError

The type returned in the event of a conversion error.
source§

fn try_from(value: UnitEntryTypes) -> Result<Self, Self::Error>

Performs the conversion.