pub struct Requests<T: Transport> { /* private fields */ }
Expand description
A receiver for a server endpoint.
Implementations§
Auto Trait Implementations§
impl<T> Freeze for Requests<T>
impl<T> RefUnwindSafe for Requests<T>
impl<T> Send for Requests<T>
impl<T> Sync for Requests<T>
impl<T> Unpin for Requests<T>
impl<T> UnwindSafe for Requests<T>
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