pub struct StageBox<S: PipelineStage> { /* private fields */ }Expand description
Adapter wrapping any typed PipelineStage into a BoxedStage.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for StageBox<S>where
S: Freeze,
impl<S> RefUnwindSafe for StageBox<S>where
S: RefUnwindSafe,
impl<S> Send for StageBox<S>
impl<S> Sync for StageBox<S>where
S: Sync,
impl<S> Unpin for StageBox<S>where
S: Unpin,
impl<S> UnsafeUnpin for StageBox<S>where
S: UnsafeUnpin,
impl<S> UnwindSafe for StageBox<S>where
S: 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