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