Struct aws_sdk_opensearch::types::ConnectionProperties
source · #[non_exhaustive]pub struct ConnectionProperties { /* private fields */ }Expand description
The connection properties of an outbound connection.
Implementations§
source§impl ConnectionProperties
impl ConnectionProperties
sourcepub fn builder() -> ConnectionPropertiesBuilder
pub fn builder() -> ConnectionPropertiesBuilder
Creates a new builder-style object to manufacture ConnectionProperties.
Trait Implementations§
source§impl Clone for ConnectionProperties
impl Clone for ConnectionProperties
source§fn clone(&self) -> ConnectionProperties
fn clone(&self) -> ConnectionProperties
Returns a copy 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 Debug for ConnectionProperties
impl Debug for ConnectionProperties
source§impl PartialEq<ConnectionProperties> for ConnectionProperties
impl PartialEq<ConnectionProperties> for ConnectionProperties
source§fn eq(&self, other: &ConnectionProperties) -> bool
fn eq(&self, other: &ConnectionProperties) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ConnectionProperties
Auto Trait Implementations§
impl RefUnwindSafe for ConnectionProperties
impl Send for ConnectionProperties
impl Sync for ConnectionProperties
impl Unpin for ConnectionProperties
impl UnwindSafe for ConnectionProperties
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