pub struct RejectInboundCrossClusterSearchConnectionResponse {
pub cross_cluster_search_connection: Option<InboundCrossClusterSearchConnection>,
}Expand description
The result of a RejectInboundCrossClusterSearchConnection operation. Contains details of rejected inbound connection.
Fields§
§cross_cluster_search_connection: Option<InboundCrossClusterSearchConnection>Specifies the InboundCrossClusterSearchConnection of rejected inbound connection.
Trait Implementations§
Source§impl Clone for RejectInboundCrossClusterSearchConnectionResponse
impl Clone for RejectInboundCrossClusterSearchConnectionResponse
Source§fn clone(&self) -> RejectInboundCrossClusterSearchConnectionResponse
fn clone(&self) -> RejectInboundCrossClusterSearchConnectionResponse
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 RejectInboundCrossClusterSearchConnectionResponse
impl Default for RejectInboundCrossClusterSearchConnectionResponse
Source§fn default() -> RejectInboundCrossClusterSearchConnectionResponse
fn default() -> RejectInboundCrossClusterSearchConnectionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RejectInboundCrossClusterSearchConnectionResponse
impl<'de> Deserialize<'de> for RejectInboundCrossClusterSearchConnectionResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RejectInboundCrossClusterSearchConnectionResponse
impl PartialEq for RejectInboundCrossClusterSearchConnectionResponse
Source§fn eq(&self, other: &RejectInboundCrossClusterSearchConnectionResponse) -> bool
fn eq(&self, other: &RejectInboundCrossClusterSearchConnectionResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RejectInboundCrossClusterSearchConnectionResponse
Auto Trait Implementations§
impl Freeze for RejectInboundCrossClusterSearchConnectionResponse
impl RefUnwindSafe for RejectInboundCrossClusterSearchConnectionResponse
impl Send for RejectInboundCrossClusterSearchConnectionResponse
impl Sync for RejectInboundCrossClusterSearchConnectionResponse
impl Unpin for RejectInboundCrossClusterSearchConnectionResponse
impl UnwindSafe for RejectInboundCrossClusterSearchConnectionResponse
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