Struct hdk::prelude::entry::EntryWithDefId[][src]

pub struct EntryWithDefId { /* fields omitted */ }

Data to create an entry.

Implementations

impl EntryWithDefId[src]

pub fn new(entry_def_id: EntryDefId, entry: Entry) -> EntryWithDefId[src]

Constructor.

Trait Implementations

impl AsRef<Entry> for EntryWithDefId[src]

impl AsRef<EntryDefId> for EntryWithDefId[src]

impl Clone for EntryWithDefId[src]

impl Debug for EntryWithDefId[src]

impl<'de> Deserialize<'de> for EntryWithDefId[src]

impl PartialEq<EntryWithDefId> for EntryWithDefId[src]

impl Serialize for EntryWithDefId[src]

impl StructuralPartialEq for EntryWithDefId[src]

impl TryFrom<&'_ Anchor> for EntryWithDefId where
    Anchor: EntryDefRegistration
[src]

type Error = WasmError

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ EntryWithDefId> for SerializedBytes[src]

type Error = SerializedBytesError

The type returned in the event of a conversion error.

impl TryFrom<&'_ Path> for EntryWithDefId where
    Path: EntryDefRegistration
[src]

type Error = WasmError

The type returned in the event of a conversion error.

impl TryFrom<Anchor> for EntryWithDefId[src]

type Error = WasmError

The type returned in the event of a conversion error.

impl TryFrom<EntryWithDefId> for SerializedBytes[src]

type Error = SerializedBytesError

The type returned in the event of a conversion error.

impl TryFrom<Path> for EntryWithDefId[src]

type Error = WasmError

The type returned in the event of a conversion error.

impl TryFrom<SerializedBytes> for EntryWithDefId[src]

type Error = SerializedBytesError

The type returned in the event of a conversion error.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,