pub enum AsyncPipelineResult<O: 'static> {
Disconnect,
Filtered(O),
}Expand description
异步管道过滤器结果
Variants§
Auto Trait Implementations§
impl<O> Freeze for AsyncPipelineResult<O>where
O: Freeze,
impl<O> RefUnwindSafe for AsyncPipelineResult<O>where
O: RefUnwindSafe,
impl<O> Send for AsyncPipelineResult<O>where
O: Send,
impl<O> Sync for AsyncPipelineResult<O>where
O: Sync,
impl<O> Unpin for AsyncPipelineResult<O>where
O: Unpin,
impl<O> UnwindSafe for AsyncPipelineResult<O>where
O: 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