#[non_exhaustive]pub struct GetSystemInstanceInput { /* private fields */ }Implementations§
source§impl GetSystemInstanceInput
impl GetSystemInstanceInput
sourcepub fn builder() -> GetSystemInstanceInputBuilder
pub fn builder() -> GetSystemInstanceInputBuilder
Creates a new builder-style object to manufacture GetSystemInstanceInput.
source§impl GetSystemInstanceInput
impl GetSystemInstanceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSystemInstance, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetSystemInstance, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetSystemInstance>
Trait Implementations§
source§impl Clone for GetSystemInstanceInput
impl Clone for GetSystemInstanceInput
source§fn clone(&self) -> GetSystemInstanceInput
fn clone(&self) -> GetSystemInstanceInput
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 GetSystemInstanceInput
impl Debug for GetSystemInstanceInput
source§impl PartialEq<GetSystemInstanceInput> for GetSystemInstanceInput
impl PartialEq<GetSystemInstanceInput> for GetSystemInstanceInput
source§fn eq(&self, other: &GetSystemInstanceInput) -> bool
fn eq(&self, other: &GetSystemInstanceInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetSystemInstanceInput
Auto Trait Implementations§
impl RefUnwindSafe for GetSystemInstanceInput
impl Send for GetSystemInstanceInput
impl Sync for GetSystemInstanceInput
impl Unpin for GetSystemInstanceInput
impl UnwindSafe for GetSystemInstanceInput
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