pub struct DeleteVpcPeeringConnectionResult {
pub return_: Option<bool>,
}Fields§
§return_: Option<bool>Returns true if the request succeeds; otherwise, it returns an error.
Trait Implementations§
Source§impl Clone for DeleteVpcPeeringConnectionResult
impl Clone for DeleteVpcPeeringConnectionResult
Source§fn clone(&self) -> DeleteVpcPeeringConnectionResult
fn clone(&self) -> DeleteVpcPeeringConnectionResult
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 DeleteVpcPeeringConnectionResult
impl Default for DeleteVpcPeeringConnectionResult
Source§fn default() -> DeleteVpcPeeringConnectionResult
fn default() -> DeleteVpcPeeringConnectionResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteVpcPeeringConnectionResult
impl PartialEq for DeleteVpcPeeringConnectionResult
Source§fn eq(&self, other: &DeleteVpcPeeringConnectionResult) -> bool
fn eq(&self, other: &DeleteVpcPeeringConnectionResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteVpcPeeringConnectionResult
Auto Trait Implementations§
impl Freeze for DeleteVpcPeeringConnectionResult
impl RefUnwindSafe for DeleteVpcPeeringConnectionResult
impl Send for DeleteVpcPeeringConnectionResult
impl Sync for DeleteVpcPeeringConnectionResult
impl Unpin for DeleteVpcPeeringConnectionResult
impl UnwindSafe for DeleteVpcPeeringConnectionResult
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