pub struct BackupEncryption {
pub enabled: bool,
pub key_id: Option<[u8; 32]>,
pub cipher: String,
}Fieldsยง
ยงenabled: boolยงkey_id: Option<[u8; 32]>ยงcipher: StringTrait Implementationsยง
Sourceยงimpl Clone for BackupEncryption
impl Clone for BackupEncryption
Sourceยงfn clone(&self) -> BackupEncryption
fn clone(&self) -> BackupEncryption
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSourceยงimpl Debug for BackupEncryption
impl Debug for BackupEncryption
Sourceยงimpl<'de> Deserialize<'de> for BackupEncryption
impl<'de> Deserialize<'de> for BackupEncryption
Sourceยงfn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementationsยง
impl Freeze for BackupEncryption
impl RefUnwindSafe for BackupEncryption
impl Send for BackupEncryption
impl Sync for BackupEncryption
impl Unpin for BackupEncryption
impl UnwindSafe for BackupEncryption
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more