pub struct CacheSeqPusher<P> { /* private fields */ }Implementations§
Source§impl<P> CacheSeqPusher<P>where
P: Pusher,
impl<P> CacheSeqPusher<P>where
P: Pusher,
pub const fn new( inner: P, high_watermark: usize, low_watermark: usize, ) -> CacheSeqPusher<P>
Trait Implementations§
Source§impl<P> Debug for CacheSeqPusher<P>where
P: Debug,
impl<P> Debug for CacheSeqPusher<P>where
P: Debug,
Source§impl<P> Pusher for CacheSeqPusher<P>where
P: Pusher,
impl<P> Pusher for CacheSeqPusher<P>where
P: Pusher,
Auto Trait Implementations§
impl<P> Freeze for CacheSeqPusher<P>where
P: Freeze,
impl<P> RefUnwindSafe for CacheSeqPusher<P>where
P: RefUnwindSafe,
impl<P> Send for CacheSeqPusher<P>where
P: Send,
impl<P> Sync for CacheSeqPusher<P>where
P: Sync,
impl<P> Unpin for CacheSeqPusher<P>where
P: Unpin,
impl<P> UnsafeUnpin for CacheSeqPusher<P>where
P: UnsafeUnpin,
impl<P> UnwindSafe for CacheSeqPusher<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