pub struct BlockedEncryptionTypes {
pub encryption_type: Vec<EncryptionType>,
}Expand description
S3 BlockedEncryptionTypes.
Fields§
§encryption_type: Vec<EncryptionType>Trait Implementations§
Source§impl Clone for BlockedEncryptionTypes
impl Clone for BlockedEncryptionTypes
Source§fn clone(&self) -> BlockedEncryptionTypes
fn clone(&self) -> BlockedEncryptionTypes
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 BlockedEncryptionTypes
impl Debug for BlockedEncryptionTypes
Source§impl Default for BlockedEncryptionTypes
impl Default for BlockedEncryptionTypes
Source§fn default() -> BlockedEncryptionTypes
fn default() -> BlockedEncryptionTypes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BlockedEncryptionTypes
impl RefUnwindSafe for BlockedEncryptionTypes
impl Send for BlockedEncryptionTypes
impl Sync for BlockedEncryptionTypes
impl Unpin for BlockedEncryptionTypes
impl UnsafeUnpin for BlockedEncryptionTypes
impl UnwindSafe for BlockedEncryptionTypes
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