pub struct StringRecv<S: Read> { /* private fields */ }
Expand description
recv part of text message
Implementations§
Source§impl<S: Read> StringRecv<S>
impl<S: Read> StringRecv<S>
Sourcepub fn new(stream: S, state: FrameReadState, validate_utf8: bool) -> Self
pub fn new(stream: S, state: FrameReadState, validate_utf8: bool) -> Self
construct method
Auto Trait Implementations§
impl<S> Freeze for StringRecv<S>where
S: Freeze,
impl<S> RefUnwindSafe for StringRecv<S>where
S: RefUnwindSafe,
impl<S> Send for StringRecv<S>where
S: Send,
impl<S> Sync for StringRecv<S>where
S: Sync,
impl<S> Unpin for StringRecv<S>where
S: Unpin,
impl<S> UnwindSafe for StringRecv<S>where
S: 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