pub struct LocoStream {
pub read_buffer: VecDeque<u8>,
/* private fields */
}Expand description
IO-free loco protocol stream
Fields§
§read_buffer: VecDeque<u8>Read buffer for stream
Implementations§
Trait Implementations§
Source§impl Debug for LocoStream
impl Debug for LocoStream
Auto Trait Implementations§
impl Freeze for LocoStream
impl RefUnwindSafe for LocoStream
impl Send for LocoStream
impl Sync for LocoStream
impl Unpin for LocoStream
impl UnwindSafe for LocoStream
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