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