pub struct InventoryEncryption {
pub sses3: Option<SSES3>,
pub ssekms: Option<SSEKMS>,
}Fields§
§sses3: Option<SSES3>§ssekms: Option<SSEKMS>Trait Implementations§
Source§impl Debug for InventoryEncryption
impl Debug for InventoryEncryption
Source§impl Default for InventoryEncryption
impl Default for InventoryEncryption
Source§fn default() -> InventoryEncryption
fn default() -> InventoryEncryption
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InventoryEncryption
impl<'de> Deserialize<'de> for InventoryEncryption
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 InventoryEncryption
impl RefUnwindSafe for InventoryEncryption
impl Send for InventoryEncryption
impl Sync for InventoryEncryption
impl Unpin for InventoryEncryption
impl UnwindSafe for InventoryEncryption
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