[][src]Struct holochain_core_types::dna::fn_declarations::TraitFns

pub struct TraitFns {
    pub functions: Vec<String>,
}

Represents a group of named functions in the Zomes's "traits" array

Fields

functions: Vec<String>

"functions" array

Methods

impl TraitFns[src]

pub fn new() -> Self[src]

TraitFns Constructor

Trait Implementations

impl Clone for TraitFns[src]

impl Default for TraitFns[src]

impl PartialEq<TraitFns> for TraitFns[src]

impl Debug for TraitFns[src]

impl Hash for TraitFns[src]

impl StructuralPartialEq for TraitFns[src]

impl Serialize for TraitFns[src]

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

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> 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 = !

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<T> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

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

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