[][src]Struct statefun_proto::http_function::FromFunction_InvocationResponse

pub struct FromFunction_InvocationResponse {
    pub state_mutations: RepeatedField<FromFunction_PersistedValueMutation>,
    pub outgoing_messages: RepeatedField<FromFunction_Invocation>,
    pub delayed_invocations: RepeatedField<FromFunction_DelayedInvocation>,
    pub outgoing_egresses: RepeatedField<FromFunction_EgressMessage>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

state_mutations: RepeatedField<FromFunction_PersistedValueMutation>outgoing_messages: RepeatedField<FromFunction_Invocation>delayed_invocations: RepeatedField<FromFunction_DelayedInvocation>outgoing_egresses: RepeatedField<FromFunction_EgressMessage>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl FromFunction_InvocationResponse[src]

pub fn new() -> FromFunction_InvocationResponse[src]

pub fn get_state_mutations(&self) -> &[FromFunction_PersistedValueMutation][src]

pub fn clear_state_mutations(&mut self)[src]

pub fn set_state_mutations(
    &mut self,
    v: RepeatedField<FromFunction_PersistedValueMutation>
)
[src]

pub fn mut_state_mutations(
    &mut self
) -> &mut RepeatedField<FromFunction_PersistedValueMutation>
[src]

pub fn take_state_mutations(
    &mut self
) -> RepeatedField<FromFunction_PersistedValueMutation>
[src]

pub fn get_outgoing_messages(&self) -> &[FromFunction_Invocation][src]

pub fn clear_outgoing_messages(&mut self)[src]

pub fn set_outgoing_messages(
    &mut self,
    v: RepeatedField<FromFunction_Invocation>
)
[src]

pub fn mut_outgoing_messages(
    &mut self
) -> &mut RepeatedField<FromFunction_Invocation>
[src]

pub fn take_outgoing_messages(
    &mut self
) -> RepeatedField<FromFunction_Invocation>
[src]

pub fn get_delayed_invocations(&self) -> &[FromFunction_DelayedInvocation][src]

pub fn clear_delayed_invocations(&mut self)[src]

pub fn set_delayed_invocations(
    &mut self,
    v: RepeatedField<FromFunction_DelayedInvocation>
)
[src]

pub fn mut_delayed_invocations(
    &mut self
) -> &mut RepeatedField<FromFunction_DelayedInvocation>
[src]

pub fn take_delayed_invocations(
    &mut self
) -> RepeatedField<FromFunction_DelayedInvocation>
[src]

pub fn get_outgoing_egresses(&self) -> &[FromFunction_EgressMessage][src]

pub fn clear_outgoing_egresses(&mut self)[src]

pub fn set_outgoing_egresses(
    &mut self,
    v: RepeatedField<FromFunction_EgressMessage>
)
[src]

pub fn mut_outgoing_egresses(
    &mut self
) -> &mut RepeatedField<FromFunction_EgressMessage>
[src]

pub fn take_outgoing_egresses(
    &mut self
) -> RepeatedField<FromFunction_EgressMessage>
[src]

Trait Implementations

impl Clear for FromFunction_InvocationResponse[src]

impl Clone for FromFunction_InvocationResponse[src]

impl Debug for FromFunction_InvocationResponse[src]

impl Default for FromFunction_InvocationResponse[src]

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

impl Message for FromFunction_InvocationResponse[src]

impl PartialEq<FromFunction_InvocationResponse> for FromFunction_InvocationResponse[src]

impl ProtobufValue for FromFunction_InvocationResponse[src]

impl StructuralPartialEq for FromFunction_InvocationResponse[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.