pub struct RecvStream(/* private fields */);
Expand description
Receiving part of the client stream
Implementations§
Trait Implementations§
Source§impl Debug for RecvStream
impl Debug for RecvStream
Source§impl Drop for RecvStream
impl Drop for RecvStream
Source§impl Stream for RecvStream
impl Stream for RecvStream
Auto Trait Implementations§
impl Freeze for RecvStream
impl !RefUnwindSafe for RecvStream
impl !Send for RecvStream
impl !Sync for RecvStream
impl Unpin for RecvStream
impl !UnwindSafe for RecvStream
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