Struct record_query::value::messagepack::MessagePackSink
source · [−]pub struct MessagePackSink<W>(_)
where
W: Write;Trait Implementations
sourceimpl<W: Debug> Debug for MessagePackSink<W> where
W: Write,
impl<W: Debug> Debug for MessagePackSink<W> where
W: Write,
Auto Trait Implementations
impl<W> RefUnwindSafe for MessagePackSink<W> where
W: RefUnwindSafe,
impl<W> Send for MessagePackSink<W> where
W: Send,
impl<W> Sync for MessagePackSink<W> where
W: Sync,
impl<W> Unpin for MessagePackSink<W> where
W: Unpin,
impl<W> UnwindSafe for MessagePackSink<W> where
W: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more