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