[][src]Struct statefun_proto::http_function::Address

pub struct Address {
    pub namespace: String,
    pub field_type: String,
    pub id: String,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Generated files are compatible only with the same version of protobuf runtime.

Fields

namespace: Stringfield_type: Stringid: Stringunknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl Address[src]

pub fn new() -> Address[src]

pub fn get_namespace(&self) -> &str[src]

pub fn clear_namespace(&mut self)[src]

pub fn set_namespace(&mut self, v: String)[src]

pub fn mut_namespace(&mut self) -> &mut String[src]

pub fn take_namespace(&mut self) -> String[src]

pub fn get_field_type(&self) -> &str[src]

pub fn clear_field_type(&mut self)[src]

pub fn set_field_type(&mut self, v: String)[src]

pub fn mut_field_type(&mut self) -> &mut String[src]

pub fn take_field_type(&mut self) -> String[src]

pub fn get_id(&self) -> &str[src]

pub fn clear_id(&mut self)[src]

pub fn set_id(&mut self, v: String)[src]

pub fn mut_id(&mut self) -> &mut String[src]

pub fn take_id(&mut self) -> String[src]

Trait Implementations

impl Clear for Address[src]

impl Clone for Address[src]

impl Debug for Address[src]

impl Default for Address[src]

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

impl Message for Address[src]

impl PartialEq<Address> for Address[src]

impl ProtobufValue for Address[src]

impl StructuralPartialEq for Address[src]

Auto Trait Implementations

impl RefUnwindSafe for Address

impl Send for Address

impl Sync for Address

impl Unpin for Address

impl UnwindSafe for Address

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.