[][src]Struct sawtooth_sdk::messages::client_state::ClientStateListResponse

pub struct ClientStateListResponse {
    pub status: ClientStateListResponse_Status,
    pub entries: RepeatedField<ClientStateListResponse_Entry>,
    pub state_root: String,
    pub paging: SingularPtrField<ClientPagingResponse>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

status: ClientStateListResponse_Statusentries: RepeatedField<ClientStateListResponse_Entry>state_root: Stringpaging: SingularPtrField<ClientPagingResponse>unknown_fields: UnknownFieldscached_size: CachedSize

Methods

impl ClientStateListResponse[src]

Trait Implementations

impl Clone for ClientStateListResponse[src]

impl Default for ClientStateListResponse[src]

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

impl PartialEq<ClientStateListResponse> for ClientStateListResponse[src]

impl Debug for ClientStateListResponse[src]

impl Message for ClientStateListResponse[src]

impl Clear for ClientStateListResponse[src]

impl ProtobufValue for ClientStateListResponse[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for 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<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]