[][src]Struct fabric_ledger_protos::ledger_messages::EndorsementRule

pub struct EndorsementRule {
    pub min_endorsements: i32,
    pub principals: RepeatedField<EndorsementPrincipal>,
    pub rules: RepeatedField<EndorsementRule>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

min_endorsements: i32principals: RepeatedField<EndorsementPrincipal>rules: RepeatedField<EndorsementRule>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl EndorsementRule[src]

Trait Implementations

impl Clear for EndorsementRule[src]

impl Clone for EndorsementRule[src]

impl Debug for EndorsementRule[src]

impl Default for EndorsementRule[src]

impl<'a> Default for &'a EndorsementRule[src]

impl Message for EndorsementRule[src]

impl PartialEq<EndorsementRule> for EndorsementRule[src]

impl ProtobufValue for EndorsementRule[src]

impl StructuralPartialEq for EndorsementRule[src]

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> 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 = 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.