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