#[non_exhaustive]pub struct AcceptInboundCrossClusterSearchConnectionOutput { /* private fields */ }
Expand description
The result of a
operation. Contains details of accepted inbound connection.AcceptInboundCrossClusterSearchConnection
Implementations
sourceimpl AcceptInboundCrossClusterSearchConnectionOutput
impl AcceptInboundCrossClusterSearchConnectionOutput
sourcepub fn cross_cluster_search_connection(
&self
) -> Option<&InboundCrossClusterSearchConnection>
pub fn cross_cluster_search_connection(
&self
) -> Option<&InboundCrossClusterSearchConnection>
Specifies the
of accepted inbound connection. InboundCrossClusterSearchConnection
sourceimpl AcceptInboundCrossClusterSearchConnectionOutput
impl AcceptInboundCrossClusterSearchConnectionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AcceptInboundCrossClusterSearchConnectionOutput
.
Trait Implementations
sourceimpl Clone for AcceptInboundCrossClusterSearchConnectionOutput
impl Clone for AcceptInboundCrossClusterSearchConnectionOutput
sourcefn clone(&self) -> AcceptInboundCrossClusterSearchConnectionOutput
fn clone(&self) -> AcceptInboundCrossClusterSearchConnectionOutput
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<AcceptInboundCrossClusterSearchConnectionOutput> for AcceptInboundCrossClusterSearchConnectionOutput
impl PartialEq<AcceptInboundCrossClusterSearchConnectionOutput> for AcceptInboundCrossClusterSearchConnectionOutput
sourcefn eq(&self, other: &AcceptInboundCrossClusterSearchConnectionOutput) -> bool
fn eq(&self, other: &AcceptInboundCrossClusterSearchConnectionOutput) -> bool
impl StructuralPartialEq for AcceptInboundCrossClusterSearchConnectionOutput
Auto Trait Implementations
impl RefUnwindSafe for AcceptInboundCrossClusterSearchConnectionOutput
impl Send for AcceptInboundCrossClusterSearchConnectionOutput
impl Sync for AcceptInboundCrossClusterSearchConnectionOutput
impl Unpin for AcceptInboundCrossClusterSearchConnectionOutput
impl UnwindSafe for AcceptInboundCrossClusterSearchConnectionOutput
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