Struct aws_sdk_appmesh::model::TcpTimeout
source · #[non_exhaustive]pub struct TcpTimeout { /* private fields */ }
Expand description
An object that represents types of timeouts.
Implementations§
source§impl TcpTimeout
impl TcpTimeout
source§impl TcpTimeout
impl TcpTimeout
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TcpTimeout
.
Trait Implementations§
source§impl Clone for TcpTimeout
impl Clone for TcpTimeout
source§fn clone(&self) -> TcpTimeout
fn clone(&self) -> TcpTimeout
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 TcpTimeout
impl Debug for TcpTimeout
source§impl PartialEq<TcpTimeout> for TcpTimeout
impl PartialEq<TcpTimeout> for TcpTimeout
source§fn eq(&self, other: &TcpTimeout) -> bool
fn eq(&self, other: &TcpTimeout) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.