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