pub struct PassthroughStreamingHandler;Expand description
Default implementation that passes through without modification.
Trait Implementations§
Source§impl<T: Send + 'static> StreamingCallbackHandler<T> for PassthroughStreamingHandler
impl<T: Send + 'static> StreamingCallbackHandler<T> for PassthroughStreamingHandler
Auto Trait Implementations§
impl Freeze for PassthroughStreamingHandler
impl RefUnwindSafe for PassthroughStreamingHandler
impl Send for PassthroughStreamingHandler
impl Sync for PassthroughStreamingHandler
impl Unpin for PassthroughStreamingHandler
impl UnwindSafe for PassthroughStreamingHandler
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