pub struct ServerCopyBoth<Resume, Ends>(/* private fields */);Expand description
Server-role COPY BOTH stream parameterised by resumption and half-close state.
Trait Implementations§
Auto Trait Implementations§
impl<Resume, Ends> Freeze for ServerCopyBoth<Resume, Ends>
impl<Resume, Ends> RefUnwindSafe for ServerCopyBoth<Resume, Ends>where
Resume: RefUnwindSafe,
Ends: RefUnwindSafe,
impl<Resume, Ends> Send for ServerCopyBoth<Resume, Ends>
impl<Resume, Ends> Sync for ServerCopyBoth<Resume, Ends>
impl<Resume, Ends> Unpin for ServerCopyBoth<Resume, Ends>
impl<Resume, Ends> UnsafeUnpin for ServerCopyBoth<Resume, Ends>
impl<Resume, Ends> UnwindSafe for ServerCopyBoth<Resume, Ends>where
Resume: UnwindSafe,
Ends: UnwindSafe,
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: '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