pub struct ConnectionReader { /* private fields */ }Trait Implementations§
Source§impl Reader for ConnectionReader
impl Reader for ConnectionReader
fn read_message(&mut self) -> ReadMessageResult
fn id(&self) -> String
Auto Trait Implementations§
impl Freeze for ConnectionReader
impl RefUnwindSafe for ConnectionReader
impl Send for ConnectionReader
impl Sync for ConnectionReader
impl Unpin for ConnectionReader
impl UnwindSafe for ConnectionReader
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