pub struct Reader<R: Read + ?Sized, E: Encoding> { /* private fields */ }Expand description
The Reader struct allows reading ORDPATH encoded values directly from any source implementing Read.
Implementations§
Auto Trait Implementations§
impl<R, E> Freeze for Reader<R, E>
impl<R, E> RefUnwindSafe for Reader<R, E>
impl<R, E> Send for Reader<R, E>
impl<R, E> Sync for Reader<R, E>
impl<R, E> Unpin for Reader<R, E>
impl<R, E> UnwindSafe for Reader<R, E>
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