Struct kvproto::encryptionpb::MasterKey [−][src]
Fields
backend: Option<MasterKey_oneof_backend>
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl MasterKey
[src][−]
pub fn new() -> MasterKey
[src]
pub fn get_plaintext(&self) -> &MasterKeyPlaintext
[src]
pub fn clear_plaintext(&mut self)
[src]
pub fn has_plaintext(&self) -> bool
[src]
pub fn set_plaintext(&mut self, v: MasterKeyPlaintext)
[src]
pub fn mut_plaintext(&mut self) -> &mut MasterKeyPlaintext
[src]
pub fn take_plaintext(&mut self) -> MasterKeyPlaintext
[src]
pub fn get_file(&self) -> &MasterKeyFile
[src]
pub fn clear_file(&mut self)
[src]
pub fn has_file(&self) -> bool
[src]
pub fn set_file(&mut self, v: MasterKeyFile)
[src]
pub fn mut_file(&mut self) -> &mut MasterKeyFile
[src]
pub fn take_file(&mut self) -> MasterKeyFile
[src]
pub fn get_kms(&self) -> &MasterKeyKms
[src]
pub fn clear_kms(&mut self)
[src]
pub fn has_kms(&self) -> bool
[src]
pub fn set_kms(&mut self, v: MasterKeyKms)
[src]
pub fn mut_kms(&mut self) -> &mut MasterKeyKms
[src]
pub fn take_kms(&mut self) -> MasterKeyKms
[src]
Trait Implementations
impl Clear for MasterKey
[src][+]
impl Clone for MasterKey
[src][+]
impl Debug for MasterKey
[src][+]
impl Default for MasterKey
[src][+]
impl<'a> Default for &'a MasterKey
[src][+]
impl Message for MasterKey
[src][+]
impl PartialEq<MasterKey> for MasterKey
[src][+]
impl PbPrint for MasterKey
[src][+]
impl ProtobufValue for MasterKey
[src][+]
impl StructuralPartialEq for MasterKey
[src]
Auto Trait Implementations
impl RefUnwindSafe for MasterKey
impl Send for MasterKey
impl Sync for MasterKey
impl Unpin for MasterKey
impl UnwindSafe for MasterKey
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,