#[non_exhaustive]pub struct DeleteOutboundCrossClusterSearchConnectionOutput { /* private fields */ }
Expand description
The result of a
operation. Contains details of deleted outbound connection.DeleteOutboundCrossClusterSearchConnection
Implementations
sourceimpl DeleteOutboundCrossClusterSearchConnectionOutput
impl DeleteOutboundCrossClusterSearchConnectionOutput
sourcepub fn cross_cluster_search_connection(
&self
) -> Option<&OutboundCrossClusterSearchConnection>
pub fn cross_cluster_search_connection(
&self
) -> Option<&OutboundCrossClusterSearchConnection>
Specifies the
of deleted outbound connection. OutboundCrossClusterSearchConnection
sourceimpl DeleteOutboundCrossClusterSearchConnectionOutput
impl DeleteOutboundCrossClusterSearchConnectionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteOutboundCrossClusterSearchConnectionOutput
.
Trait Implementations
sourceimpl Clone for DeleteOutboundCrossClusterSearchConnectionOutput
impl Clone for DeleteOutboundCrossClusterSearchConnectionOutput
sourcefn clone(&self) -> DeleteOutboundCrossClusterSearchConnectionOutput
fn clone(&self) -> DeleteOutboundCrossClusterSearchConnectionOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<DeleteOutboundCrossClusterSearchConnectionOutput> for DeleteOutboundCrossClusterSearchConnectionOutput
impl PartialEq<DeleteOutboundCrossClusterSearchConnectionOutput> for DeleteOutboundCrossClusterSearchConnectionOutput
sourcefn eq(&self, other: &DeleteOutboundCrossClusterSearchConnectionOutput) -> bool
fn eq(&self, other: &DeleteOutboundCrossClusterSearchConnectionOutput) -> bool
impl StructuralPartialEq for DeleteOutboundCrossClusterSearchConnectionOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteOutboundCrossClusterSearchConnectionOutput
impl Send for DeleteOutboundCrossClusterSearchConnectionOutput
impl Sync for DeleteOutboundCrossClusterSearchConnectionOutput
impl Unpin for DeleteOutboundCrossClusterSearchConnectionOutput
impl UnwindSafe for DeleteOutboundCrossClusterSearchConnectionOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more