Struct kvproto::encryptionpb::MasterKeyFile[][src]

pub struct MasterKeyFile {
    pub path: String,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

path: Stringunknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl MasterKeyFile[src]

pub fn new() -> MasterKeyFile[src]

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

pub fn clear_path(&mut self)[src]

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

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

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

Trait Implementations

impl Clear for MasterKeyFile[src]

impl Clone for MasterKeyFile[src]

impl Debug for MasterKeyFile[src]

impl Default for MasterKeyFile[src]

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

impl Message for MasterKeyFile[src]

impl PartialEq<MasterKeyFile> for MasterKeyFile[src]

impl PbPrint for MasterKeyFile[src]

impl ProtobufValue for MasterKeyFile[src]

impl StructuralPartialEq for MasterKeyFile[src]

Auto Trait Implementations

impl RefUnwindSafe for MasterKeyFile

impl Send for MasterKeyFile

impl Sync for MasterKeyFile

impl Unpin for MasterKeyFile

impl UnwindSafe for MasterKeyFile

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.