pub struct BoxedStreamMapper;Trait Implementations§
Source§impl<Runtime> StreamMapper<Runtime> for BoxedStreamMapperwhere
Runtime: HasBoxedStreamType,
impl<Runtime> StreamMapper<Runtime> for BoxedStreamMapperwhere
Runtime: HasBoxedStreamType,
Auto Trait Implementations§
impl Freeze for BoxedStreamMapper
impl RefUnwindSafe for BoxedStreamMapper
impl Send for BoxedStreamMapper
impl Sync for BoxedStreamMapper
impl Unpin for BoxedStreamMapper
impl UnsafeUnpin for BoxedStreamMapper
impl UnwindSafe for BoxedStreamMapper
Blanket Implementations§
impl<A> Async for A
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