[−][src]Struct libp2p_request_response::RequestResponseConfig
The configuration for a RequestResponse
protocol.
Implementations
impl RequestResponseConfig
[src][−]
pub fn set_connection_keep_alive(&mut self, v: Duration) -> &mut Self
[src][−]
Sets the keep-alive timeout of idle connections.
pub fn set_request_timeout(&mut self, v: Duration) -> &mut Self
[src][−]
Sets the timeout for inbound and outbound requests.
Trait Implementations
impl Clone for RequestResponseConfig
[src][+]
impl Debug for RequestResponseConfig
[src][+]
impl Default for RequestResponseConfig
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for RequestResponseConfig
impl Send for RequestResponseConfig
impl Sync for RequestResponseConfig
impl Unpin for RequestResponseConfig
impl UnwindSafe for RequestResponseConfig
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Clear for T where
T: InitializableFromZeroed + ?Sized,
[+]
T: InitializableFromZeroed + ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> InitializableFromZeroed for T where
T: Default,
[+]
T: Default,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[+]
V: MultiLane<T>,