Struct aws_sdk_ec2::input::SendDiagnosticInterruptInput
source · [−]#[non_exhaustive]pub struct SendDiagnosticInterruptInput { /* private fields */ }
Implementations
sourceimpl SendDiagnosticInterruptInput
impl SendDiagnosticInterruptInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SendDiagnosticInterrupt, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SendDiagnosticInterrupt, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SendDiagnosticInterrupt
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SendDiagnosticInterruptInput
.
sourceimpl SendDiagnosticInterruptInput
impl SendDiagnosticInterruptInput
sourcepub fn instance_id(&self) -> Option<&str>
pub fn instance_id(&self) -> Option<&str>
The ID of the instance.
Trait Implementations
sourceimpl Clone for SendDiagnosticInterruptInput
impl Clone for SendDiagnosticInterruptInput
sourcefn clone(&self) -> SendDiagnosticInterruptInput
fn clone(&self) -> SendDiagnosticInterruptInput
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 SendDiagnosticInterruptInput
impl Debug for SendDiagnosticInterruptInput
sourceimpl PartialEq<SendDiagnosticInterruptInput> for SendDiagnosticInterruptInput
impl PartialEq<SendDiagnosticInterruptInput> for SendDiagnosticInterruptInput
sourcefn eq(&self, other: &SendDiagnosticInterruptInput) -> bool
fn eq(&self, other: &SendDiagnosticInterruptInput) -> bool
impl StructuralPartialEq for SendDiagnosticInterruptInput
Auto Trait Implementations
impl RefUnwindSafe for SendDiagnosticInterruptInput
impl Send for SendDiagnosticInterruptInput
impl Sync for SendDiagnosticInterruptInput
impl Unpin for SendDiagnosticInterruptInput
impl UnwindSafe for SendDiagnosticInterruptInput
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