pub struct CacheMergePusher<P> { /* private fields */ }Expand description
优先选择大块调用 push,并且会把大块合并成一个 Bytes
Implementations§
Trait Implementations§
Source§impl<P: Debug> Debug for CacheMergePusher<P>
impl<P: Debug> Debug for CacheMergePusher<P>
Auto Trait Implementations§
impl<P> Freeze for CacheMergePusher<P>where
P: Freeze,
impl<P> RefUnwindSafe for CacheMergePusher<P>where
P: RefUnwindSafe,
impl<P> Send for CacheMergePusher<P>where
P: Send,
impl<P> Sync for CacheMergePusher<P>where
P: Sync,
impl<P> Unpin for CacheMergePusher<P>where
P: Unpin,
impl<P> UnsafeUnpin for CacheMergePusher<P>where
P: UnsafeUnpin,
impl<P> UnwindSafe for CacheMergePusher<P>where
P: 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