kvarn_
extensions
0.6.2
Copy
Buffer
Methods
new
poll_copy
with_capacity
Trait Implementations
Debug
Default
Auto Trait Implementations
Freeze
RefUnwindSafe
Send
Sync
Unpin
UnwindSafe
Blanket Implementations
Any
AsTaggedExplicit<'a, E>
AsTaggedImplicit<'a, E>
Borrow<T>
BorrowMut<T>
From<T>
Instrument
Into<U>
Pointable
Same
TryFrom<U>
TryInto<U>
VZip<V>
WithSubscriber
In kvarn_
extensions::
reverse_
proxy::
async_
bits
kvarn_extensions
::
reverse_proxy
::
async_bits
Struct
CopyBuffer
Copy item path
source
pub struct CopyBuffer {
/* private fields */
}
Available on
crate feature
reverse-proxy
only.
Implementations
§
source
§
impl
CopyBuffer
source
pub fn
new
() -> Self
source
pub fn
with_capacity
(initialized:
usize
) -> Self
source
pub fn
poll_copy
<R, W>( &mut self, cx: &mut
Context
<'_>, reader:
Pin
<
&mut R
>, writer:
Pin
<
&mut W
>, ) ->
Poll
<