pub struct RowEncoder { /* private fields */ }Implementations§
Source§impl RowEncoder
impl RowEncoder
Auto Trait Implementations§
impl Freeze for RowEncoder
impl !RefUnwindSafe for RowEncoder
impl Send for RowEncoder
impl Sync for RowEncoder
impl Unpin for RowEncoder
impl !UnwindSafe for RowEncoder
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