pub struct FromSink<S, I> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S, I> Freeze for FromSink<S, I>where
S: Freeze,
impl<S, I> RefUnwindSafe for FromSink<S, I>where
S: RefUnwindSafe,
I: RefUnwindSafe,
impl<S, I> Send for FromSink<S, I>
impl<S, I> Sync for FromSink<S, I>
impl<S, I> Unpin for FromSink<S, I>
impl<S, I> UnwindSafe for FromSink<S, I>where
S: UnwindSafe,
I: 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