pub struct RowSerializer {}Expand description
Row serializer
TODO: Implementation in M5.0-16
Implementations§
Source§impl RowSerializer
impl RowSerializer
Trait Implementations§
Source§impl Debug for RowSerializer
impl Debug for RowSerializer
Auto Trait Implementations§
impl Freeze for RowSerializer
impl RefUnwindSafe for RowSerializer
impl Send for RowSerializer
impl Sync for RowSerializer
impl Unpin for RowSerializer
impl UnsafeUnpin for RowSerializer
impl UnwindSafe for RowSerializer
Blanket Implementations§
impl<T> Allocation for T
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