Struct aws_sdk_ec2::types::ThroughResourcesStatement
source · #[non_exhaustive]pub struct ThroughResourcesStatement { /* private fields */ }
Expand description
Describes a through resource statement.
Implementations§
source§impl ThroughResourcesStatement
impl ThroughResourcesStatement
sourcepub fn resource_statement(&self) -> Option<&ResourceStatement>
pub fn resource_statement(&self) -> Option<&ResourceStatement>
The resource statement.
source§impl ThroughResourcesStatement
impl ThroughResourcesStatement
sourcepub fn builder() -> ThroughResourcesStatementBuilder
pub fn builder() -> ThroughResourcesStatementBuilder
Creates a new builder-style object to manufacture ThroughResourcesStatement
.
Trait Implementations§
source§impl Clone for ThroughResourcesStatement
impl Clone for ThroughResourcesStatement
source§fn clone(&self) -> ThroughResourcesStatement
fn clone(&self) -> ThroughResourcesStatement
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 ThroughResourcesStatement
impl Debug for ThroughResourcesStatement
source§impl PartialEq<ThroughResourcesStatement> for ThroughResourcesStatement
impl PartialEq<ThroughResourcesStatement> for ThroughResourcesStatement
source§fn eq(&self, other: &ThroughResourcesStatement) -> bool
fn eq(&self, other: &ThroughResourcesStatement) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ThroughResourcesStatement
Auto Trait Implementations§
impl RefUnwindSafe for ThroughResourcesStatement
impl Send for ThroughResourcesStatement
impl Sync for ThroughResourcesStatement
impl Unpin for ThroughResourcesStatement
impl UnwindSafe for ThroughResourcesStatement
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