Struct kvproto::encryptionpb::MasterKeyKms[][src]

pub struct MasterKeyKms {
    pub vendor: String,
    pub key_id: String,
    pub region: String,
    pub endpoint: String,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

vendor: Stringkey_id: Stringregion: Stringendpoint: Stringunknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl MasterKeyKms[src]

pub fn new() -> MasterKeyKms[src]

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

pub fn clear_vendor(&mut self)[src]

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

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

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

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

pub fn clear_key_id(&mut self)[src]

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

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

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

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

pub fn clear_region(&mut self)[src]

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

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

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

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

pub fn clear_endpoint(&mut self)[src]

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

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

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

Trait Implementations

impl Clear for MasterKeyKms[src]

impl Clone for MasterKeyKms[src]

impl Debug for MasterKeyKms[src]

impl Default for MasterKeyKms[src]

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

impl Message for MasterKeyKms[src]

impl PartialEq<MasterKeyKms> for MasterKeyKms[src]

impl PbPrint for MasterKeyKms[src]

impl ProtobufValue for MasterKeyKms[src]

impl StructuralPartialEq for MasterKeyKms[src]

Auto Trait Implementations

impl RefUnwindSafe for MasterKeyKms

impl Send for MasterKeyKms

impl Sync for MasterKeyKms

impl Unpin for MasterKeyKms

impl UnwindSafe for MasterKeyKms

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.