Struct aws_smithy_client::timeout::TimeoutServiceParams
source · pub struct TimeoutServiceParams { /* private fields */ }
Expand description
A struct containing everything needed to create a new TimeoutService
Trait Implementations§
source§impl Clone for TimeoutServiceParams
impl Clone for TimeoutServiceParams
source§fn clone(&self) -> TimeoutServiceParams
fn clone(&self) -> TimeoutServiceParams
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