[][src]Struct statefun_proto::http_function::FromFunction_Invocation

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

Fields

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

Implementations

impl FromFunction_Invocation[src]

pub fn new() -> FromFunction_Invocation[src]

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

pub fn clear_target(&mut self)[src]

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

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

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

pub fn take_target(&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 FromFunction_Invocation[src]

impl Clone for FromFunction_Invocation[src]

impl Debug for FromFunction_Invocation[src]

impl Default for FromFunction_Invocation[src]

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

impl Message for FromFunction_Invocation[src]

impl PartialEq<FromFunction_Invocation> for FromFunction_Invocation[src]

impl ProtobufValue for FromFunction_Invocation[src]

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