Struct kvproto::encryptionpb::FileDictionary[][src]

pub struct FileDictionary {
    pub files: HashMap<String, FileInfo>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

files: HashMap<String, FileInfo>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl FileDictionary[src]

pub fn new() -> FileDictionary[src]

pub fn get_files(&self) -> &HashMap<String, FileInfo>[src]

pub fn clear_files(&mut self)[src]

pub fn set_files(&mut self, v: HashMap<String, FileInfo>)[src]

pub fn mut_files(&mut self) -> &mut HashMap<String, FileInfo>[src]

pub fn take_files(&mut self) -> HashMap<String, FileInfo>[src]

Trait Implementations

impl Clear for FileDictionary[src]

impl Clone for FileDictionary[src]

impl Debug for FileDictionary[src]

impl Default for FileDictionary[src]

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

impl Message for FileDictionary[src]

impl PartialEq<FileDictionary> for FileDictionary[src]

impl PbPrint for FileDictionary[src]

impl ProtobufValue for FileDictionary[src]

impl StructuralPartialEq for FileDictionary[src]

Auto Trait Implementations

impl RefUnwindSafe for FileDictionary

impl Send for FileDictionary

impl Sync for FileDictionary

impl Unpin for FileDictionary

impl UnwindSafe for FileDictionary

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.