pub struct DiskEncryptionSettings {
pub encryption_info: EncryptionInfo,
}
Expand description
Only include the relevant fields that include base64-encoded wrapped DiskEncryptionSettings key and the key reference JSON object.
Fields§
§encryption_info: EncryptionInfo
Encryption info
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DiskEncryptionSettings
impl<'de> Deserialize<'de> for DiskEncryptionSettings
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 DiskEncryptionSettings
impl RefUnwindSafe for DiskEncryptionSettings
impl Send for DiskEncryptionSettings
impl Sync for DiskEncryptionSettings
impl Unpin for DiskEncryptionSettings
impl UnwindSafe for DiskEncryptionSettings
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