[][src]Struct statefun_proto::http_function::ToFunction_Invocation

pub struct ToFunction_Invocation {
    pub caller: SingularPtrField<Address>,
    pub argument: SingularPtrField<Any>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

caller: SingularPtrField<Address>argument: SingularPtrField<Any>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl ToFunction_Invocation[src]

pub fn new() -> ToFunction_Invocation[src]

pub fn get_caller(&self) -> &Address[src]

pub fn clear_caller(&mut self)[src]

pub fn has_caller(&self) -> bool[src]

pub fn set_caller(&mut self, v: Address)[src]

pub fn mut_caller(&mut self) -> &mut Address[src]

pub fn take_caller(&mut self) -> Address[src]

pub fn get_argument(&self) -> &Any[src]

pub fn clear_argument(&mut self)[src]

pub fn has_argument(&self) -> bool[src]

pub fn set_argument(&mut self, v: Any)[src]

pub fn mut_argument(&mut self) -> &mut Any[src]

pub fn take_argument(&mut self) -> Any[src]

Trait Implementations

impl Clear for ToFunction_Invocation[src]

impl Clone for ToFunction_Invocation[src]

impl Debug for ToFunction_Invocation[src]

impl Default for ToFunction_Invocation[src]

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

impl Message for ToFunction_Invocation[src]

impl PartialEq<ToFunction_Invocation> for ToFunction_Invocation[src]

impl ProtobufValue for ToFunction_Invocation[src]

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