Struct aws_sdk_ec2::model::LaunchTemplateEnclaveOptions
source · [−]#[non_exhaustive]pub struct LaunchTemplateEnclaveOptions { /* private fields */ }
Expand description
Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.
Implementations
sourceimpl LaunchTemplateEnclaveOptions
impl LaunchTemplateEnclaveOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LaunchTemplateEnclaveOptions
.
Trait Implementations
sourceimpl Clone for LaunchTemplateEnclaveOptions
impl Clone for LaunchTemplateEnclaveOptions
sourcefn clone(&self) -> LaunchTemplateEnclaveOptions
fn clone(&self) -> LaunchTemplateEnclaveOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for LaunchTemplateEnclaveOptions
impl Debug for LaunchTemplateEnclaveOptions
sourceimpl PartialEq<LaunchTemplateEnclaveOptions> for LaunchTemplateEnclaveOptions
impl PartialEq<LaunchTemplateEnclaveOptions> for LaunchTemplateEnclaveOptions
sourcefn eq(&self, other: &LaunchTemplateEnclaveOptions) -> bool
fn eq(&self, other: &LaunchTemplateEnclaveOptions) -> bool
impl StructuralPartialEq for LaunchTemplateEnclaveOptions
Auto Trait Implementations
impl RefUnwindSafe for LaunchTemplateEnclaveOptions
impl Send for LaunchTemplateEnclaveOptions
impl Sync for LaunchTemplateEnclaveOptions
impl Unpin for LaunchTemplateEnclaveOptions
impl UnwindSafe for LaunchTemplateEnclaveOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more