Struct aws_sdk_connect::operation::describe_instance_attribute::DescribeInstanceAttributeOutput
source · #[non_exhaustive]pub struct DescribeInstanceAttributeOutput { /* private fields */ }Implementations§
source§impl DescribeInstanceAttributeOutput
impl DescribeInstanceAttributeOutput
sourcepub fn builder() -> DescribeInstanceAttributeOutputBuilder
pub fn builder() -> DescribeInstanceAttributeOutputBuilder
Creates a new builder-style object to manufacture DescribeInstanceAttributeOutput.
Trait Implementations§
source§impl Clone for DescribeInstanceAttributeOutput
impl Clone for DescribeInstanceAttributeOutput
source§fn clone(&self) -> DescribeInstanceAttributeOutput
fn clone(&self) -> DescribeInstanceAttributeOutput
Returns a copy 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 PartialEq<DescribeInstanceAttributeOutput> for DescribeInstanceAttributeOutput
impl PartialEq<DescribeInstanceAttributeOutput> for DescribeInstanceAttributeOutput
source§fn eq(&self, other: &DescribeInstanceAttributeOutput) -> bool
fn eq(&self, other: &DescribeInstanceAttributeOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeInstanceAttributeOutput
impl RequestId for DescribeInstanceAttributeOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for DescribeInstanceAttributeOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeInstanceAttributeOutput
impl Send for DescribeInstanceAttributeOutput
impl Sync for DescribeInstanceAttributeOutput
impl Unpin for DescribeInstanceAttributeOutput
impl UnwindSafe for DescribeInstanceAttributeOutput
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