Struct aws_sdk_autoscaling::operation::create_auto_scaling_group::CreateAutoScalingGroupOutput
source · #[non_exhaustive]pub struct CreateAutoScalingGroupOutput { /* private fields */ }Implementations§
source§impl CreateAutoScalingGroupOutput
impl CreateAutoScalingGroupOutput
sourcepub fn builder() -> CreateAutoScalingGroupOutputBuilder
pub fn builder() -> CreateAutoScalingGroupOutputBuilder
Creates a new builder-style object to manufacture CreateAutoScalingGroupOutput.
Trait Implementations§
source§impl Clone for CreateAutoScalingGroupOutput
impl Clone for CreateAutoScalingGroupOutput
source§fn clone(&self) -> CreateAutoScalingGroupOutput
fn clone(&self) -> CreateAutoScalingGroupOutput
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 Debug for CreateAutoScalingGroupOutput
impl Debug for CreateAutoScalingGroupOutput
source§impl PartialEq for CreateAutoScalingGroupOutput
impl PartialEq for CreateAutoScalingGroupOutput
source§fn eq(&self, other: &CreateAutoScalingGroupOutput) -> bool
fn eq(&self, other: &CreateAutoScalingGroupOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateAutoScalingGroupOutput
impl RequestId for CreateAutoScalingGroupOutput
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 CreateAutoScalingGroupOutput
Auto Trait Implementations§
impl RefUnwindSafe for CreateAutoScalingGroupOutput
impl Send for CreateAutoScalingGroupOutput
impl Sync for CreateAutoScalingGroupOutput
impl Unpin for CreateAutoScalingGroupOutput
impl UnwindSafe for CreateAutoScalingGroupOutput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.