pub struct DoubleArgStreamMarker<TArg, TResult, TStream>(/* private fields */);Trait Implementations§
Source§impl<TFunc, TCtx, TArg, TResult, TStream> StreamResolver<TCtx, DoubleArgStreamMarker<TArg, TResult, TStream>> for TFunc
impl<TFunc, TCtx, TArg, TResult, TStream> StreamResolver<TCtx, DoubleArgStreamMarker<TArg, TResult, TStream>> for TFunc
Auto Trait Implementations§
impl<TArg, TResult, TStream> Freeze for DoubleArgStreamMarker<TArg, TResult, TStream>
impl<TArg, TResult, TStream> RefUnwindSafe for DoubleArgStreamMarker<TArg, TResult, TStream>
impl<TArg, TResult, TStream> Send for DoubleArgStreamMarker<TArg, TResult, TStream>
impl<TArg, TResult, TStream> Sync for DoubleArgStreamMarker<TArg, TResult, TStream>
impl<TArg, TResult, TStream> Unpin for DoubleArgStreamMarker<TArg, TResult, TStream>
impl<TArg, TResult, TStream> UnwindSafe for DoubleArgStreamMarker<TArg, TResult, TStream>
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