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 more