pub struct Requester<Req, Resp> { /* private fields */ }Expand description
Represents the initiator for the request-response exchange
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Req, Resp> Freeze for Requester<Req, Resp>
impl<Req, Resp> RefUnwindSafe for Requester<Req, Resp>
impl<Req, Resp> Send for Requester<Req, Resp>
impl<Req, Resp> Sync for Requester<Req, Resp>
impl<Req, Resp> Unpin for Requester<Req, Resp>
impl<Req, Resp> UnwindSafe for Requester<Req, Resp>
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