pub struct Buffer<R> { /* private fields */ }
Expand description
Buffer - service factory for service that can buffer incoming request.
Default number of buffered requests is 16
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for Buffer<R>
impl<R> RefUnwindSafe for Buffer<R>where
R: RefUnwindSafe,
impl<R> Send for Buffer<R>where
R: Send,
impl<R> Sync for Buffer<R>where
R: Sync,
impl<R> Unpin for Buffer<R>where
R: Unpin,
impl<R> UnwindSafe for Buffer<R>where
R: 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)