Struct xstack::StreamDispatcher
source · pub struct StreamDispatcher(/* private fields */);
Expand description
A type wrapper of DriverStreamDispatcher
Implementations§
source§impl StreamDispatcher
impl StreamDispatcher
pub fn as_driver(&mut self) -> &mut dyn DriverStreamDispatcher
Trait Implementations§
source§impl Deref for StreamDispatcher
impl Deref for StreamDispatcher
source§impl DerefMut for StreamDispatcher
impl DerefMut for StreamDispatcher
source§impl<D: DriverStreamDispatcher + 'static> From<D> for StreamDispatcher
impl<D: DriverStreamDispatcher + 'static> From<D> for StreamDispatcher
impl Send for StreamDispatcher
Auto Trait Implementations§
impl Freeze for StreamDispatcher
impl !RefUnwindSafe for StreamDispatcher
impl Sync for StreamDispatcher
impl Unpin for StreamDispatcher
impl !UnwindSafe for StreamDispatcher
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