Struct aws_sdk_ec2::model::AttributeBooleanValue
source · [−]#[non_exhaustive]pub struct AttributeBooleanValue { /* private fields */ }
Expand description
Describes a value for a resource attribute that is a Boolean value.
Implementations
sourceimpl AttributeBooleanValue
impl AttributeBooleanValue
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AttributeBooleanValue
.
Trait Implementations
sourceimpl Clone for AttributeBooleanValue
impl Clone for AttributeBooleanValue
sourcefn clone(&self) -> AttributeBooleanValue
fn clone(&self) -> AttributeBooleanValue
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 AttributeBooleanValue
impl Debug for AttributeBooleanValue
sourceimpl PartialEq<AttributeBooleanValue> for AttributeBooleanValue
impl PartialEq<AttributeBooleanValue> for AttributeBooleanValue
sourcefn eq(&self, other: &AttributeBooleanValue) -> bool
fn eq(&self, other: &AttributeBooleanValue) -> bool
impl StructuralPartialEq for AttributeBooleanValue
Auto Trait Implementations
impl RefUnwindSafe for AttributeBooleanValue
impl Send for AttributeBooleanValue
impl Sync for AttributeBooleanValue
impl Unpin for AttributeBooleanValue
impl UnwindSafe for AttributeBooleanValue
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