pub struct VpcService { /* private fields */ }Implementationsยง
Sourceยงimpl VpcService
impl VpcService
pub async fn describe_vpcs( &self, request: &DescribeVpcsRequest, ) -> Result<DescribeVpcsResponse>
pub async fn describe_vpcs_with_options( &self, request: &DescribeVpcsRequest, options: &RequestOptions, ) -> Result<DescribeVpcsResponse>
pub async fn create_vpc( &self, request: &CreateVpcRequest, ) -> Result<CreateVpcResponse>
pub async fn create_vpc_with_options( &self, request: &CreateVpcRequest, options: &RequestOptions, ) -> Result<CreateVpcResponse>
pub async fn create_subnet( &self, request: &CreateSubnetRequest, ) -> Result<CreateSubnetResponse>
pub async fn create_subnet_with_options( &self, request: &CreateSubnetRequest, options: &RequestOptions, ) -> Result<CreateSubnetResponse>
pub async fn describe_subnets( &self, request: &DescribeSubnetsRequest, ) -> Result<DescribeSubnetsResponse>
pub async fn describe_subnets_with_options( &self, request: &DescribeSubnetsRequest, options: &RequestOptions, ) -> Result<DescribeSubnetsResponse>
Trait Implementationsยง
Sourceยงimpl Clone for VpcService
impl Clone for VpcService
Sourceยงfn clone(&self) -> VpcService
fn clone(&self) -> VpcService
Returns a duplicate 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 moreAuto Trait Implementationsยง
impl Freeze for VpcService
impl !RefUnwindSafe for VpcService
impl Send for VpcService
impl Sync for VpcService
impl Unpin for VpcService
impl !UnwindSafe for VpcService
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