pub struct PooledBuf(/* private fields */);Expand description
Placeholder pooled buffer type.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for PooledBuf
impl RefUnwindSafe for PooledBuf
impl Send for PooledBuf
impl Sync for PooledBuf
impl Unpin for PooledBuf
impl UnwindSafe for PooledBuf
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