pub struct PipeProcessor { /* private fields */ }Expand description
管道处理器
Implementations§
Auto Trait Implementations§
impl Freeze for PipeProcessor
impl RefUnwindSafe for PipeProcessor
impl Send for PipeProcessor
impl Sync for PipeProcessor
impl Unpin for PipeProcessor
impl UnsafeUnpin for PipeProcessor
impl UnwindSafe for PipeProcessor
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