Struct llmvm_protocol::tower::timeout::Timeout
pub struct Timeout<T> { /* private fields */ }
Expand description
Applies a timeout to requests.
Implementations§
Trait Implementations§
§impl<S, Request> Service<Request> for Timeout<S>
impl<S, Request> Service<Request> for Timeout<S>
Auto Trait Implementations§
impl<T> RefUnwindSafe for Timeout<T>where
T: RefUnwindSafe,
impl<T> Send for Timeout<T>where
T: Send,
impl<T> Sync for Timeout<T>where
T: Sync,
impl<T> Unpin for Timeout<T>where
T: Unpin,
impl<T> UnwindSafe for Timeout<T>where
T: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more