pub struct EnableEbsEncryptionByDefaultResult {
pub ebs_encryption_by_default: Option<bool>,
}Fields§
§ebs_encryption_by_default: Option<bool>The updated status of encryption by default.
Trait Implementations§
Source§impl Clone for EnableEbsEncryptionByDefaultResult
impl Clone for EnableEbsEncryptionByDefaultResult
Source§fn clone(&self) -> EnableEbsEncryptionByDefaultResult
fn clone(&self) -> EnableEbsEncryptionByDefaultResult
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 Default for EnableEbsEncryptionByDefaultResult
impl Default for EnableEbsEncryptionByDefaultResult
Source§fn default() -> EnableEbsEncryptionByDefaultResult
fn default() -> EnableEbsEncryptionByDefaultResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for EnableEbsEncryptionByDefaultResult
impl PartialEq for EnableEbsEncryptionByDefaultResult
Source§fn eq(&self, other: &EnableEbsEncryptionByDefaultResult) -> bool
fn eq(&self, other: &EnableEbsEncryptionByDefaultResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EnableEbsEncryptionByDefaultResult
Auto Trait Implementations§
impl Freeze for EnableEbsEncryptionByDefaultResult
impl RefUnwindSafe for EnableEbsEncryptionByDefaultResult
impl Send for EnableEbsEncryptionByDefaultResult
impl Sync for EnableEbsEncryptionByDefaultResult
impl Unpin for EnableEbsEncryptionByDefaultResult
impl UnwindSafe for EnableEbsEncryptionByDefaultResult
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