Struct aws_config::timeout::Tcp
source · [−]#[non_exhaustive]pub struct Tcp { /* private fields */ }
Expand description
TCP timeouts used by lower-level DynConnector
s
Implementations
Trait Implementations
impl StructuralPartialEq for Tcp
Auto Trait Implementations
impl RefUnwindSafe for Tcp
impl Send for Tcp
impl Sync for Tcp
impl Unpin for Tcp
impl UnwindSafe for Tcp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more