pub struct AcceptVpcPeeringConnectionResult {
pub vpc_peering_connection: Option<VpcPeeringConnection>,
}Fields§
§vpc_peering_connection: Option<VpcPeeringConnection>Information about the VPC peering connection.
Trait Implementations§
Source§impl Clone for AcceptVpcPeeringConnectionResult
impl Clone for AcceptVpcPeeringConnectionResult
Source§fn clone(&self) -> AcceptVpcPeeringConnectionResult
fn clone(&self) -> AcceptVpcPeeringConnectionResult
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 moreSource§impl Default for AcceptVpcPeeringConnectionResult
impl Default for AcceptVpcPeeringConnectionResult
Source§fn default() -> AcceptVpcPeeringConnectionResult
fn default() -> AcceptVpcPeeringConnectionResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for AcceptVpcPeeringConnectionResult
impl PartialEq for AcceptVpcPeeringConnectionResult
Source§fn eq(&self, other: &AcceptVpcPeeringConnectionResult) -> bool
fn eq(&self, other: &AcceptVpcPeeringConnectionResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AcceptVpcPeeringConnectionResult
Auto Trait Implementations§
impl Freeze for AcceptVpcPeeringConnectionResult
impl RefUnwindSafe for AcceptVpcPeeringConnectionResult
impl Send for AcceptVpcPeeringConnectionResult
impl Sync for AcceptVpcPeeringConnectionResult
impl Unpin for AcceptVpcPeeringConnectionResult
impl UnwindSafe for AcceptVpcPeeringConnectionResult
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